Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Dec 10, 2024Kubernetes 101 Security : Part 15Securing Kube-api server Kube-api is the center of everything with which we contact using kubectl. So, we need to ensure the security of kube-api server So, we have to ensure these 2 things: Who can access kube-api server? People who have correct u...From Linux to DevOps ExpertKubernetes
Mohammad Imranimransaifi.hashnode.dev·Aug 31, 2024The Ins and Outs of the Kubeconfig File in Kubernetes: A Complete BreakdownThe kubeconfig file is a critical component in the Kubernetes ecosystem, serving as the bridge between users and their Kubernetes clusters. It contains all the necessary details to authenticate and communicate with the cluster, making it an essential...1 likekubeconfig file