What are the basic component of worker node or Data-plane in Kubernetes. Container runtime: Container runtime is taki…
Read more1. Command to create , list and delete Namespaces. a. kubectl create namespace <namespace-name> …
Read moreENTRYPOINT is an instruction that specifies the main command or executable that will always run when the container s…
Read more1. Uninstall conflict packages first. for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-doc…
Read moreAnswer: Containers are lightweight because they share the host system's operating system (OS) kernel, instead of r…
Read moreKubernetes Cluster Installation on EC2 using KOPS 1. Prerequisites Install the required tools : AWS CLI kubectl eksctl…
Read more