Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 286 Bytes

kubenetes-tesing.md

File metadata and controls

20 lines (14 loc) · 286 Bytes

시작 하기

$ minikube status
$ minikube stop
$ minikube start

워드프레스 배포

❯ kubectl apply -f wordpress-k8s.yml
deployment.apps/wordpress-mysql created
service/wordpress-mysql created
deployment.apps/wordpress created
service/wordpress created