Skip to content

Commit 953fd33

Browse files
committed
Added K9s
1 parent 77ea9e7 commit 953fd33

File tree

22 files changed

+307
-91
lines changed

22 files changed

+307
-91
lines changed

Labs/00-VerifyCluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ minikube Ready control-plane,master 3m9s v1.20.0
149149

150150
<div align="center">
151151
<a href="../01-Namespace">01-Namespace</a>
152-
&nbsp;:arrow_right:</div>
152+
&nbsp; :arrow_right:</div>
153153

154154
---
155155

Labs/01-Namespace/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@
1818

1919
---
2020
## Lab Highlights:
21-
- [01. Create Namespace](#01-Create-Namespace)
22-
- [01.01. Create Namespace](#0101-Create-Namespace)
23-
- [02. Setting the default Namespace for `kubectl`](#02-Setting-the-default-Namespace-for-kubectl)
24-
- [03. Verify that you&#39;ve updated the namespace](#03-Verify-that-youve-updated-the-namespace)
21+
- [K8S Hands-on](#k8s-hands-on)
22+
- [Namespaces](#namespaces)
23+
- [Lab Highlights:](#lab-highlights)
24+
- [Pre-Requirements](#pre-requirements)
25+
- [01. Create Namespace](#01-create-namespace)
26+
- [01.01. Create Namespace](#0101-create-namespace)
27+
- [02. Setting the default Namespace for `kubectl`](#02-setting-the-default-namespace-for-kubectl)
28+
- [03. Verify that you've updated the namespace](#03-verify-that-youve-updated-the-namespace)
29+
- [Note:](#note)
2530

2631
---
2732

@@ -84,10 +89,10 @@ $ kubectl get pods -n <namespace>
8489
---
8590

8691
<div align="center">
87-
:arrow_left:&nbsp;
88-
<a href="../00-VerifyCluster">00-VerifyCluster</a>
89-
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../02-Deployments-Imperative">02-Deployments-Imperative</a>
90-
&nbsp;:arrow_right:</div>
92+
93+
[:arrow_left: &nbsp; 00-VerifyCluster](../00-VerifyCluster)&nbsp;&nbsp;||&nbsp;&nbsp;
94+
[02-Deployments-Imperative &nbsp; :arrow_right:](../02-Deployments-Imperative)
95+
</div>
9196

9297
---
9398

@@ -97,4 +102,4 @@ $ kubectl get pods -n <namespace>
97102

98103
![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=nirgeier)
99104

100-
<!-- navigation end -->
105+
<!-- navigation end -->

Labs/02-Deployments-Imperative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Praqma Network MultiTool (with NGINX) ...
142142
:arrow_left:&nbsp;
143143
<a href="../01-Namespace">01-Namespace</a>
144144
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../03-Deployments-Declarative">03-Deployments-Declarative</a>
145-
&nbsp;:arrow_right:</div>
145+
&nbsp; :arrow_right:</div>
146146

147147
---
148148

Labs/03-Deployments-Declarative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ nginx-dc8bb9b45-x7j4g 0/1 Terminating 0 6m27s
191191
:arrow_left:&nbsp;
192192
<a href="../02-Deployments-Imperative">02-Deployments-Imperative</a>
193193
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../04-Rollout">04-Rollout</a>
194-
&nbsp;:arrow_right:</div>
194+
&nbsp; :arrow_right:</div>
195195

196196
---
197197

Labs/04-Rollout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ kubectl rollout restart deployment [deployment_name]
225225
:arrow_left:&nbsp;
226226
<a href="../03-Deployments-Declarative">03-Deployments-Declarative</a>
227227
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../05-Services">05-Services</a>
228-
&nbsp;:arrow_right:</div>
228+
&nbsp; :arrow_right:</div>
229229

230230
---
231231

Labs/05-Services/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ $ curl -s <EXTERNAL-IP>
290290
:arrow_left:&nbsp;
291291
<a href="../04-Rollout">04-Rollout</a>
292292
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../06-DataStore">06-DataStore</a>
293-
&nbsp;:arrow_right:</div>
293+
&nbsp; :arrow_right:</div>
294294

295295
---
296296

Labs/06-DataStore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ secret/token replaced
382382
:arrow_left:&nbsp;
383383
<a href="../05-Services">05-Services</a>
384384
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../07-nginx-Ingress">07-nginx-Ingress</a>
385-
&nbsp;:arrow_right:</div>
385+
&nbsp; :arrow_right:</div>
386386

387387
---
388388

Labs/07-nginx-Ingress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ http://host:port
143143
:arrow_left:&nbsp;
144144
<a href="../06-DataStore">06-DataStore</a>
145145
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../08-Kustomization">08-Kustomization</a>
146-
&nbsp;:arrow_right:</div>
146+
&nbsp; :arrow_right:</div>
147147

148148
---
149149

Labs/08-Kustomization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ spec:
682682
:arrow_left:&nbsp;
683683
<a href="../07-nginx-Ingress">07-nginx-Ingress</a>
684684
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../09-StatefulSet">09-StatefulSet</a>
685-
&nbsp;:arrow_right:</div>
685+
&nbsp; :arrow_right:</div>
686686
687687
---
688688

Labs/09-StatefulSet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ psql \
356356
:arrow_left:&nbsp;
357357
<a href="../08-Kustomization">08-Kustomization</a>
358358
&nbsp;&nbsp;||&nbsp;&nbsp; <a href="../10-Istio">10-Istio</a>
359-
&nbsp;:arrow_right:</div>
359+
&nbsp; :arrow_right:</div>
360360

361361
---
362362

0 commit comments

Comments
 (0)