7 lines
290 B
Bash
Executable File
7 lines
290 B
Bash
Executable File
microk8s kubectl delete -f node-balancer.yaml
|
|
docker build -t allardkrings/node-balancer:1.0 .
|
|
docker push allardkrings/node-balancer:1.0
|
|
microk8s kubectl apply -f node-balancer.yaml
|
|
microk8s kubectl get pod -n kube-system
|
|
microk8s kubectl logs deploy/node-balancer -n kube-system --follow
|