Skip to content

Commit bfff7d6

Browse files
committed
pods creation to run, create and apply.
1 parent 827fc60 commit bfff7d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ Building and Multi-Container Development
165165

166166
* <b>Namespace</b>: It can filtered groups of objects in cluster with Secrets, ConfigMag and many more.
167167

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+
168178

169179
### Exposing Kubernetes Ports
170180
### Kubernetes Management Techniques

0 commit comments

Comments
 (0)