We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827fc60 commit bfff7d6Copy full SHA for bfff7d6
README.md
@@ -165,6 +165,16 @@ Building and Multi-Container Development
165
166
* <b>Namespace</b>: It can filtered groups of objects in cluster with Secrets, ConfigMag and many more.
167
168
+#### Kubectl run, create, and apply:
169
+
170
+* It is evolving and it has CLI.
171
+* There is also YAML pro and cons.
172
+* We can use to Run and Create the CLI.
173
+* We can get 3 ways to create pods from the KubeCTL CLI
174
+ 1. kubectl run : We can change to be only for Pod Creation on 1.18.
175
+ 2. kubectl create : We can create some resources via YAML or CLI files.
176
+ 3. kubectl apply : We can create anything via YAML
177
178
179
### Exposing Kubernetes Ports
180
### Kubernetes Management Techniques
0 commit comments