We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d74837 commit fa5904bCopy full SHA for fa5904b
README.md
@@ -82,4 +82,33 @@ kubectl scale deployments/[deployment_name] --replicas=[number_of_replicas]
82
83
```bash
84
kubectl run [deployment_name] --image=[image_and_tag] --port=8080
85
-```
+```
86
+
87
+```bash
88
+kubectl config view
89
90
91
92
93
+kubectl config get-contexts
94
95
96
97
98
+kubectl get configmaps
99
100
101
102
103
+kubectl get secrets
104
105
106
107
108
+kubectl get configmap [config-map-name] -o yaml
109
110
111
112
113
+kubectl get secret [secrets-name] -o yaml
114
0 commit comments