Kunal Vermakverma.hashnode.dev·Oct 2, 2023Navigating the Kubernetes Architecture - A Comprehensive GuideIf we take a peek into the ever-evolving tech landscape, "Kubernetes" with no doubt has become one of the center points for running an application in a microservice architecture. It's fair to say that since its origin at Google as "Borg", Kubernetes ...Discuss·30 likes·137 readsKubernetes
bhavya bojanapallibhavyabojanapalli.hashnode.dev·7 hours agoTroubleshooting of K8's common error's- Day 9ImagePullBackoff Scenario Suppose you have a Kubernetes cluster, and you've deployed a pod using the following YAML configuration: apiVersion: v1 kind: Pod metadata: name: my-app spec: containers: - name: my-app-container image: myregis...Discuss·12 likes·361 readsKubernetes
Nikhil Patilnikhil16.hashnode.dev·26 minutes agoDay 30 Task: Kubernetes Architecture📌 Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important part...DiscussKubernetes
Prasad Suman Mohan blog.prasadsuman.me·44 minutes agoMy Kubernetes Certification Journey 🚢Introduction: I am thrilled to share that I have successfully completed the Kubernetes certification course from KodeKloud, and it has been an incredible journey into the world of container orchestration. In this blog post, I want to take a moment to...Discuss·10 likesTrainWithShubham
Yatin Gambhiryatingambhirtech.hashnode.dev·6 hours agoKubernetes Installation & CommandsAfter learning and understanding the basics of Kubernetes and its working, in this blog, we will learn the installation process of a single node Kubernetes cluster in our local machine (UBUNTU) and a small demo. So let's get started and I hope you ha...Discuss·1 like#getfitwithsagar
Ashish Singhashishsinghamethi.hashnode.dev·7 hours agoSpring boot Application Containerization using Reusable Workflow with CachingStep 1: Log in to GitHub.com 1.1 Sign in to the GitHub portal at https://github.com 1.2 Navigate to your repository main page where we are going to create a workflow file. https://github.com/ashishsinghamethi/MavenBuild29Sep.git Step 2: Create a new ...DiscussGitHub
Shahzaib SanaProopsandcloud.hashnode.dev·8 hours agoDay 33: Introduction to Kubernetes Namespaces and Services for BeginnersCongrats🎊🎉 on updating your Deployment yesterday💥 What are Namespaces in K8s? Namespaces are a way to create a virtual cluster within the same physical cluster. They are a logical partitioning mechanism that allows you to divide a Kubernetes clust...Discuss90daysofDevOps Kubernetes
Purushotam Sharmapurushotamsharma.hashnode.dev·a day ago🚀 Day 1 of Kubernetes Challenge: Introduction to KubernetesIntroduction: Welcome, brave tech adventurers, to Day 1 of the Kubernetes Challenge! 🌍✨ Get ready to embark on an exciting journey through the world of Kubernetes, where we'll explore its powerful capabilities and discover its real-world application...Discuss·13 likes·89 readsKubernetes
Sourav Kumarsouravk.hashnode.dev·12 hours agoWhat is a kubeconfig file?Welcome to our latest blog post, where we delve into the world of Kubernetes kubeconfig files or config files. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with why we need kubeconfig files. Let's get started! so what...Discuss·56 readsKubernetes
Abid Moonabidmoon.hashnode.dev·13 hours agoTrivy Installation StepsInstallation RHEL/CentOS Add repository setting to /etc/yum.repos.d. $ sudo vim /etc/yum.repos.d/trivy.repo [trivy] name=Trivy repository baseurl=https://aquasecurity.github.io/trivy-repo/rpm/releases/$releasever/$basearch/ gpgcheck=0 enabled=1 $ sud...DiscussKubernetes
Prasad Suman Mohan blog.prasadsuman.me·Oct 2, 2023Navigating the World of SRE: SLI, SLA, and SLO 🚀Introduction: Welcome to the fascinating world of Site Reliability Engineering (SRE)! 🛠️ SRE is all about ensuring that your systems are reliable, available, and performant, and to achieve this, we rely on a trio of critical metrics: Service Level I...Discuss·11 likes·48 readsTrainWithShubham