### Port forward port to Deployment
kubectl port-forward deployment/nginx 8080:80
### Apply Deployment
kubectl apply -f deployment.yaml
### Apply Deployment
kubectl apply -f deployment.yaml
### Apply all YAML files
kubectl apply -f .
### Get all resources
kubectl get all
### Get all by label
kubectl get all -l name=nginx
### Get Pod by label
kubectl get po -l name=nginx
### Restart deployments
kubectl rollout restart deployment/nginx
-
Notifications
You must be signed in to change notification settings - Fork 4
mr-pascal/medium-k8s-cf-mount-file
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published