Install MiniKube (https://kubernetes.io/docs/tasks/tools/install-minikube/)
minikube start
kubectl version
kubectl get all
kubectl apply -f first-pod.yaml
kubectl get all
minikube ip
kubectl describe pod webapp
kubectl exec webapp ls
kubectl -it exec webapp sh
wget http://localhost:80
cat index.html
댓글 없음:
댓글 쓰기