Skip to content

Commit fa5904b

Browse files
authored
update readme with more commands
1 parent 3d74837 commit fa5904b

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,33 @@ kubectl scale deployments/[deployment_name] --replicas=[number_of_replicas]
8282

8383
```bash
8484
kubectl run [deployment_name] --image=[image_and_tag] --port=8080
85-
```
85+
```
86+
87+
```bash
88+
kubectl config view
89+
```
90+
91+
92+
```bash
93+
kubectl config get-contexts
94+
```
95+
96+
97+
```bash
98+
kubectl get configmaps
99+
```
100+
101+
102+
```bash
103+
kubectl get secrets
104+
```
105+
106+
107+
```bash
108+
kubectl get configmap [config-map-name] -o yaml
109+
```
110+
111+
112+
```bash
113+
kubectl get secret [secrets-name] -o yaml
114+
```

0 commit comments

Comments
 (0)