Tag: kubernetes

  • Installing Minikube on Linux Mint 22.2 ‘Zara’

    Recently I just repurposed two old laptops and install Linux Mint 22.2 on them. My main goals for these old laptops are 1) As my HomeLab so I can test out different software and configuration to pick up new tech skills , 2) Setup home networking and turn one of them as Kubernetes Cluster for…

  • Quick Notes on “kubectl” Commands and Testing

    Use “kubectl” command to list all the pods in a specific namespace, in this case “mynamespace”: List all pods deployed in the “default” namespace: To ssh into Kubernetes pod, in this case ssh into a busybox pod. Obtain the quote-service pod’s IP address using the following command: Try to hit the quote-service pod via its…