diff --git a/Kubernetes.md b/Kubernetes.md index 9e0dc0e..7d3f706 100644 --- a/Kubernetes.md +++ b/Kubernetes.md @@ -31,9 +31,9 @@ curl -sfL https://get.k3s.io | K3S_TOKEN="" sh -s - agen you can check the state of the cluster by SSHing to any of the master nodes and running ``` -kubectl get node +kubectl get nodes ``` -or you can install https://k9scli.io for fancy terminal UI(highly recommendded) +or you can install https://k9scli.io for fancy terminal UI (highly recommend) # Network configuration ## Installing MetalLB @@ -100,6 +100,12 @@ kubectl apply -f deployments/daemon-set/nginx-ingress.yaml kubectl apply -f deployments/service/loadbalancer.yaml ``` +you can check what ip address the service is exposed on with: + +``` +kubectl get -n ingress-nginx get services +``` + # Longhorn Longhorn is a system that manages permanent storage inside your kubernetes cluster.