Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 852 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 852 Bytes

trainings-kubernetes-dev-cafe

In this repository all files could be found which where shown in dev-cafe.

Command cheat-sheet

Command Description
docker-compose up run services in docker-compose.yml file
kubectl apply -f . applies all services/deployments/configs/secrets etc. which are represented in kubernetes files in current directory
kubectl delete -f . deletes all services/deployments/configs/secrets etc. which are represented in kubernetes files in current directory