k8s – port vs targetPort vs NodePort
In Kubernetes, when configuring a Service to expose your applications, you’ll encounter three key port concepts: port, targetPort, and NodePort.…
In Kubernetes, when configuring a Service to expose your applications, you’ll encounter three key port concepts: port, targetPort, and NodePort.…
In Kubernetes, when defining a Service to expose your application, the concept of targetPort plays a crucial role in routing…
Minikube is a tool that simplifies the process of running Kubernetes locally, making it easier for developers to develop and…
In a Kubernetes environment, understanding the different types of IP addresses and how they are used is crucial for managing…
Kubernetes, the orchestration system for managing containerized applications, offers a variety of service types to ensure your applications are accessible…

Pods are foundational to building and running applications in Kubernetes. They provide the execution environment for containers, encapsulating application components,…
minikube start –vm-driver=none 😄 minikube v1.32.0 on Ubuntu 20.04 ✨ Using the none driver based on existing profile 👍 Starting…
Minikube is an invaluable tool for developers looking to test and develop Kubernetes applications locally. However, when running Minikube with…
minikube start –vm-driver=none 😄 minikube v1.17.1 on Ubuntu 20.04 ✨ Using the none driver based on user configuration ❌ Exiting…
minikube start –vm-driver=none 😄 minikube v1.32.0 on Almalinux 8.6 ✨ Using the none driver based on user configuration ❌ Exiting…