Ashutosh Rathoreblog.ashutoshrathore.in·Oct 22, 2024K8s - Do we need auto mount Service Account token?I have often seen this topic misunderstood, with people thinking that the token must be mounted in the container to access the kube API server. Yes, that's true. We definitely need a token if we want our container to access the kube API server. If yo...DiscussK8skube
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Sep 13, 2024Maximizing Kubernetes Security with Kube Hunter: A Comprehensive GuideOverview :- Kubernetes has become a popular platform for managing containerized applications, but it also comes with security challenges. Kube Hunter is a valuable tool that helps identify potential vulnerabilities in Kubernetes clusters. This blog p...Discusskubehunter
linhbqforSRE Tribeblogs.sretribe.net·Sep 13, 2024Kube-HetznerAbout The Project Hetzner Cloud is a good cloud provider that offers very affordable prices for cloud instances, with data center locations in both Europe and the US. This project aims to create a highly optimized Kubernetes installation that is easy...Discusskube
Aniket Purohitaniketpurohit.hashnode.dev·Aug 30, 2024Beginner's Guide to Kubernetes Worker NodesHey there! 🌟 Ready to dive into the fascinating world of Kubernetes? Don’t worry, we’re here to make it easy and fun. Today, we’ll explore the world of worker nodes in Kubernetes. Think of them as the hardworking residents of our Kubernetes city, ea...DiscussKubernetes
NIHAL MOHAMAD ARIF PAPApapanihal360.hashnode.dev·May 14, 2024Three-tier EKS Project : A Full Guide 🚀In this project we will deploy a 3-Tier Language-Vote-App using AWS EKS. STEP 1 > Launch Instance Create AWS EC2 instance Type > T2.Large Connect this instance through SSH STEP 2 > Git Hub CMD > git clone https://github.com/NIHALPAPA/EKS-3-tier-app.g...DiscussKubernetes
Subho Deydevopsculture.hashnode.dev·Apr 29, 2023Deep dive into Kubernetes Cluster MaintenanceKubernetes clusters can be complex and mission-critical systems, which means that it's important to have a solid backup and restore plan in place. Upgrading Kubeadm clusters : Here is a bash script to upgrade a Kubernetes cluster using Kubeadm: bashC...Discuss·63 readsKubernetes