Skip to content

Commit 53e8f0a

Browse files
authored
Files and Fixes
1 parent 15afd42 commit 53e8f0a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

02-kubernetes-configuration.md

+43
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ spec:
4646
EOF
4747
```
4848

49+
Observation:
50+
* Start Octant
51+
* Go to `Cluster Overview` on left side
52+
* Go to `Namespaces`
53+
* Scroll down to `Resource Quotas`
54+
4955
</p>
5056
</details>
5157

@@ -76,6 +82,12 @@ spec:
7682
EOF
7783
```
7884

85+
Observation:
86+
* Start Octant
87+
* Go to `Cluster Overview` on left side
88+
* Go to `Namespaces`
89+
* Scroll down to `Resource Limits`
90+
7991
</p>
8092
</details>
8193

@@ -215,6 +227,37 @@ spec:
215227
EOF
216228
```
217229

230+
Observation
231+
* Start Octant
232+
* Go to `Workloads`...`Pods`
233+
* Select `my-pod`...`Terminal`...type `env`
234+
235+
```bash
236+
# kubectl exec --stdin --tty my-pod -- /bin/bash
237+
238+
root@my-pod:/# env
239+
error-log-level=notice #👈👈👈
240+
SECRET-ENV-USER=bob #👈👈👈
241+
SECRET-ENV-PASSWORD=123456 #👈👈👈
242+
KUBERNETES_SERVICE_PORT_HTTPS=443
243+
KUBERNETES_SERVICE_PORT=443
244+
HOSTNAME=my-pod
245+
PWD=/
246+
PKG_RELEASE=1~buster
247+
HOME=/root
248+
KUBERNETES_PORT_443_TCP=tcp://10.245.0.1:443
249+
NJS_VERSION=0.5.3
250+
TERM=xterm
251+
SHLVL=1
252+
KUBERNETES_PORT_443_TCP_PROTO=tcp
253+
KUBERNETES_PORT_443_TCP_ADDR=10.245.0.1
254+
KUBERNETES_SERVICE_HOST=10.245.0.1
255+
KUBERNETES_PORT=tcp://10.245.0.1:443
256+
KUBERNETES_PORT_443_TCP_PORT=443
257+
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
258+
NGINX_VERSION=1.20.0
259+
```
260+
218261
</p>
219262
</details>
220263
<br />

0 commit comments

Comments
 (0)