@@ -35,49 +35,45 @@ container orchestration, combined with best-of-breed ideas from the community.
35
35
36
36
## Kubernetes Basics Modules
37
37
38
- <!-- css code to preserve original format -->
39
- <link rel =" stylesheet " href =" /css/style_tutorials.css " >
38
+ <!-- For translators, translate only the values of the ‘alt’ and ‘title’ keys -->
39
+ {{< tutorials/modules >}}
40
+ {{< tutorials/module
41
+ path="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/"
42
+ image="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347"
43
+ alt="Module 1"
44
+ title="1. Create a Kubernetes cluster" >}}
40
45
41
- <div class =" tutorials-modules " >
42
- <div class =" module " >
43
- <a href="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/">
44
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_01.svg?v=1469803628347" alt="Module 1">
45
- <h5>1. Create a Kubernetes cluster</h5>
46
- </a>
47
- </div >
48
- <div class =" module " >
49
- <a href="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/">
50
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347" alt="Module 2">
51
- <h5>2. Deploy an app</h5>
52
- </a>
53
- </div >
54
- <div class =" module " >
55
- <a href="/docs/tutorials/kubernetes-basics/explore/explore-intro/">
56
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347" alt="Module 3">
57
- <h5>3. Explore your app</h5>
58
- </a>
59
- </div >
60
- <div class =" module " >
61
- <a href="/docs/tutorials/kubernetes-basics/expose/expose-intro/">
62
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347" alt="Module 4">
63
- <h5>4. Expose your app publicly</h5>
64
- </a>
65
- </div >
66
- <div class =" module " >
67
- <a href="/docs/tutorials/kubernetes-basics/scale/scale-intro/">
68
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347" alt="Module 5">
69
- <h5>5. Scale up your app</h5>
70
- </a>
71
- </div >
72
- <div class =" module " >
73
- <a href="/docs/tutorials/kubernetes-basics/update/update-intro/">
74
- <img src="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347" alt="Module 6">
75
- <h5>6. Update your app</h5>
76
- </a>
77
- </div >
78
- </div >
46
+ {{< tutorials/module
47
+ path="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/"
48
+ image="/docs/tutorials/kubernetes-basics/public/images/module_02.svg?v=1469803628347"
49
+ alt="Module 2"
50
+ title="2. Deploy an app" >}}
51
+
52
+ {{< tutorials/module
53
+ path="/docs/tutorials/kubernetes-basics/explore/explore-intro/"
54
+ image="/docs/tutorials/kubernetes-basics/public/images/module_03.svg?v=1469803628347"
55
+ alt="Module 3"
56
+ title="3. Explore your app" >}}
57
+
58
+ {{< tutorials/module
59
+ path="/docs/tutorials/kubernetes-basics/expose/expose-intro/"
60
+ image="/docs/tutorials/kubernetes-basics/public/images/module_04.svg?v=1469803628347"
61
+ alt="Module 4"
62
+ title="4. Expose your app publicly" >}}
63
+
64
+ {{< tutorials/module
65
+ path="/docs/tutorials/kubernetes-basics/scale/scale-intro/"
66
+ image="/docs/tutorials/kubernetes-basics/public/images/module_05.svg?v=1469803628347"
67
+ alt="Module 5"
68
+ title="5. Scale up your app" >}}
69
+
70
+ {{< tutorials/module
71
+ path="/docs/tutorials/kubernetes-basics/update/update-intro/"
72
+ image="/docs/tutorials/kubernetes-basics/public/images/module_06.svg?v=1469803628347"
73
+ alt="Module 6"
74
+ title="6. Update your app" >}}
75
+ {{< /tutorials/modules >}}
79
76
80
77
## {{% heading "whatsnext" %}}
81
78
82
- * Tutorial [ Using Minikube to Create a
83
- Cluster] ( /docs/tutorials/kubernetes-basics/create-cluster/ )
79
+ * Tutorial [ Using Minikube to Create a Cluster] ( /docs/tutorials/kubernetes-basics/create-cluster/ )
0 commit comments