Create ConfigMap from file or literal
Delete a pod
Scale replicas of a deployment
Apply configuration from file
kubectl apply -f <file.yaml>
Creates or updates resources from YAML file.
Apply deployment manifest
kubectl apply -f deployment.yaml
Remove a deployment
Remove a service
Create a new namespace