File tree Expand file tree Collapse file tree 7 files changed +105
-129
lines changed
content/en/docs/tutorials Expand file tree Collapse file tree 7 files changed +105
-129
lines changed Original file line number Diff line number Diff line change 13
13
weight : 10
14
14
---
15
15
16
- {{% katacoda-removal %}}
17
-
18
16
<!-- overview -->
19
17
20
18
This tutorial shows you how to run a sample app on Kubernetes using minikube.
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Creating a Cluster
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
10
6
- {{% katacoda-removal %}}
7
-
8
11
<!DOCTYPE html>
9
12
10
13
< html lang ="en ">
11
14
12
15
< body >
13
16
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < div class ="katacoda ">
21
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/1 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; "> </ div >
22
- </ div >
23
- < div class ="row ">
24
- < div class ="col-md-12 ">
25
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Home< span class =""> </ span > </ a >
26
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/ " role ="button "> Continue to Module 2 >< span class =""> </ span > </ a >
27
- </ div >
17
+ < main class ="content ">
18
+
19
+ < div >
20
+ < h2 class ="katacoda-gone ">
21
+ Content unavailable
22
+ </ h2 >
23
+ < p >
24
+ The interactive tutorial for creating a cluster is not available.
25
+ For more information, see the
26
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
27
+ shutdown announcement</ a > .
28
+ </ p >
28
29
</ div >
29
30
30
31
</ main >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Deploying an App
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
-
6
- {{% katacoda-removal %}}
7
-
8
10
<!DOCTYPE html>
9
11
10
12
< html lang ="en ">
11
13
12
14
< body >
13
15
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < div class ="row ">
21
- < div class ="col-md-12 ">
22
- < p >
23
- A Pod is the basic execution unit of a Kubernetes application. Each Pod represents a part of a workload that is running on your cluster. < a href ="/docs/concepts/workloads/pods/ "> Learn more about Pods</ a > .
24
- </ p >
25
- </ div >
26
- </ div >
27
-
28
- < br >
29
- < div class ="katacoda ">
30
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/7 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; ">
31
- </ div >
32
-
33
- </ div >
34
- < div class ="row ">
35
- < div class ="col-md-12 ">
36
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ " role ="button "> < Return to Module 1< span class =""> </ span > </ a >
37
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Home< span class =""> </ span > </ a >
38
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/explore/explore-intro/ " role ="button "> Continue to Module 3 >< span class =""> </ span > </ a >
39
- </ div >
16
+ < main class ="content ">
17
+
18
+ < div >
19
+ < h2 class ="katacoda-gone ">
20
+ Content unavailable
21
+ </ h2 >
22
+ < p >
23
+ The interactive tutorial for deploying an application to your cluster is not available.
24
+ For more information, see the
25
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
26
+ shutdown announcement</ a > .
27
+ </ p >
40
28
</ div >
41
29
42
30
</ main >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Exploring Your App
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
-
6
- {{% katacoda-removal %}}
7
-
8
10
<!DOCTYPE html>
9
11
10
12
< html lang ="en ">
11
13
12
14
< body >
13
15
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < br >
21
- < div class ="katacoda ">
22
-
23
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/4 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; ">
24
- </ div >
25
- </ div >
26
- < div class ="row ">
27
- < div class ="col-md-12 ">
28
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/ " role ="button "> < Return to Module 2< span class ="btn "> </ span > </ a >
29
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Home< span class =""> </ span > </ a >
30
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/expose/expose-intro/ " role ="button "> Continue to Module 4 >< span class ="btn "> </ span > </ a >
31
- </ div >
16
+ < main class ="content ">
17
+
18
+ < div >
19
+ < h2 class ="katacoda-gone ">
20
+ Content unavailable
21
+ </ h2 >
22
+ < p >
23
+ The interactive tutorial for exploring your app is not available.
24
+ For more information, see the
25
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
26
+ shutdown announcement</ a > .
27
+ </ p >
32
28
</ div >
33
29
34
30
</ main >
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Exposing Your App
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
-
6
- {{% katacoda-removal %}}
7
-
8
10
<!DOCTYPE html>
9
11
10
12
< html lang ="en ">
11
13
12
14
< body >
13
15
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < div class ="katacoda ">
21
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/8 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; ">
22
- </ div >
23
- </ div >
24
- < div class ="row ">
25
- < div class ="col-md-12 ">
26
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/explore/explore-intro/ " role ="button "> < Return to Module 3< span class =""> </ span > </ a >
27
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Home< span class =""> </ span > </ a >
28
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/scale/scale-intro/ " role ="button "> Continue to Module 5 >< span class =""> </ span > </ a >
29
- </ div >
16
+ < main class ="content ">
17
+
18
+ < div >
19
+ < h2 class ="katacoda-gone ">
20
+ Content unavailable
21
+ </ h2 >
22
+ < p >
23
+ The interactive tutorial for exposing your app is not available.
24
+ For more information, see the
25
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
26
+ shutdown announcement</ a > .
27
+ </ p >
30
28
</ div >
31
29
32
30
</ main >
35
33
36
34
</ body >
37
35
</ html >
36
+
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Scaling Your App
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
-
6
- {{% katacoda-removal %}}
7
-
8
10
<!DOCTYPE html>
9
11
10
12
< html lang ="en ">
11
13
12
14
< body >
13
15
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < div class ="katacoda ">
21
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/5 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; ">
22
- </ div >
23
- </ div >
24
- < div class ="row ">
25
- < div class ="col-md-12 ">
26
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/expose/expose-interactive/ " role ="button "> < Return to Module 4< span class =""> </ span > </ a >
27
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Home< span class =""> </ span > </ a >
28
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/update/update-intro/ " role ="button "> Continue to Module 6 >< span class =""> </ span > </ a >
29
- </ div >
16
+ < main class ="content ">
17
+
18
+ < div >
19
+ < h2 class ="katacoda-gone ">
20
+ Content unavailable
21
+ </ h2 >
22
+ < p >
23
+ The interactive tutorial for scaling an application that's running in your cluster is not available.
24
+ For more information, see the
25
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
26
+ shutdown announcement</ a > .
27
+ </ p >
30
28
</ div >
31
29
32
30
</ main >
33
31
34
- < a class ="scrolltop " href ="#top "> </ a >
35
-
36
32
</ div >
37
33
38
34
</ body >
39
35
</ html >
36
+
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Interactive Tutorial - Updating Your App
3
3
weight: 20
4
+ headless: true
5
+ toc_hide: true
6
+ _build:
7
+ list: never
8
+ publishResources: false
4
9
---
5
-
6
- {{% katacoda-removal %}}
7
-
8
10
<!DOCTYPE html>
9
11
10
12
< html lang ="en ">
11
13
12
14
< body >
13
15
14
- {{< katacoda-tutorial > }}
15
-
16
- < div class ="layout " id ="top ">
17
-
18
- < main class ="content katacoda-content ">
19
-
20
- < div class ="katacoda ">
21
- < div class ="katacoda__box " id ="inline-terminal-1 " data-katacoda-id ="kubernetes-bootcamp/6 " data-katacoda-color ="326de6 " data-katacoda-secondary ="273d6d " data-katacoda-hideintro ="false " data-katacoda-prompt ="Kubernetes Bootcamp Terminal " style ="height: 600px; ">
22
- </ div >
23
- </ div >
24
- < div class ="row ">
25
- < div class ="col-md-12 ">
26
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/scale/scale-interactive/ " role ="button "> < Return to Module 5< span class =""> </ span > </ a >
27
- < a class ="btn btn-lg btn-success " href ="/docs/tutorials/kubernetes-basics/ " role ="button "> Return to Kubernetes Basics< span class =""> </ span > </ a >
28
- </ div >
16
+ < main class ="content ">
17
+
18
+ < div >
19
+ < h2 class ="katacoda-gone ">
20
+ Content unavailable
21
+ </ h2 >
22
+ < p >
23
+ The interactive tutorial for updating an application in your cluster is not available.
24
+ For more information, see the
25
+ < a href ="https://kubernetes.io/blog/2023/02/14/kubernetes-katacoda-tutorials-stop-from-2023-03-31/ ">
26
+ shutdown announcement</ a > .
27
+ </ p >
29
28
</ div >
29
+
30
30
</ main >
31
31
32
32
</ div >
33
33
34
34
</ body >
35
35
</ html >
36
36
37
-
38
-
39
-
You can’t perform that action at this time.
0 commit comments