1 min read 23 words Updated Sep 24, 2026 Created Sep 24, 2026
#kubernetes

Use apply to create a service:

kubectl apply -f basic-webserver.yaml

Get infos about an deployment:

kubectl describe deployment <name>