Amash Ansarinoobdevblog.hashnode.dev·Sep 4, 2024DevOpsifying a Go Web Application: An End-to-End GuideIntroduction In this blog, I will guide you through the process of DevOpsifying a Go-based web application. We will cover everything from containerizing the application with Docker to deploying it on a Kubernetes cluster (AWS EKS) using Helm, setting...Discuss·30 readsDevops
yogesh Raiyogeshrai.hashnode.dev·Sep 4, 2024Setting Up a Self-Hosted Runner on GKE: A Step-by-Step GuideIf you're managing CI/CD pipelines with GitHub Actions and prefer more control over your environment, setting up a self-hosted runner on Google Kubernetes Engine (GKE) can be a great option. This guide will walk you through the process, from installi...Discussgke
DevOpsheliandevopshelian.hashnode.dev·Sep 1, 2024Explore Helm: The Kubernetes Package ManagerAs you dive deeper into Kubernetes, managing the deployment of complex applications can become a challenge. That’s where Helm, Kubernetes’ package manager, comes in. Helm simplifies deploying, managing, and scaling your applications by packaging them...DiscussHelm
Saurabh Adhaudevopsvoyager.hashnode.dev·Aug 31, 2024Automatically scale the number of pod replicas based on custom metrics, such as application-specific performance metricsScenario: Automatically scale the number of pod replicas based on custom metrics, such as application-specific performance metrics. Objective: Automatically scale the number of pod replicas based on the total number of HTTP requests to efficiently ha...Discuss·10 likesQ & AEKS
Dipesh MittalforNotes by Doctor Droidnotes.drdroid.io·Aug 28, 2024How to Install Doctor Droid PlayBooks in Kubernetes Using Helm Chartshttps://www.youtube.com/watch?v=AnvThbF2HHQ Step 1: Clone the repository git clone git@github.com:DrDroidLab/PlayBooks.git Step 2: Choose your K8s cluster Use the following command to check the cluster in your current context. kubectl config curr...DiscussPlayBooksdoctor-droid
Saurabh Adhaudevopsvoyager.hashnode.dev·Aug 28, 2024Deploying the 2048 Game on AWS EKS Cluster Using Helm ChartIntroduction In this guide, we'll walk through the steps to deploy a sample application, the 2048 Game, on an AWS EKS (Elastic Kubernetes Service) Cluster using Helm Chart. What is Kubernetes Ingress? Kubernetes Ingress is an API object that manages ...Discuss·10 likesProjectsAWS
usama ahmadusamadevops.hashnode.dev·Aug 27, 2024Ensuring Kubernetes Cluster Resilience with Velero: A Complete GuideAs Kubernetes becomes the backbone of modern cloud-native applications, ensuring the resilience and recoverability of these clusters is paramount. Data loss or downtime can have significant repercussions, and thus, a solid disaster recovery strategy ...DiscussKubernetes
Batool Fatimainnamaf.hashnode.dev·Aug 24, 2024Git (DevOps 5)Hello everyone, I am Batool Fatima. I am 18 years old. I have been learning DevOps for a month now. This is my fifth code blog. In last blog, I explained the concepts of branches, Git conflict and Git Stashing . Today, Let's learn about Git Reset, Gi...Discuss·10 likesDevops
KALPESH MOHANTAkalpeshblog.hashnode.dev·Aug 22, 2024Guide to KubernetesKubernetes is Orchestration system for automating software deployment, scaling, and management. Problem that Kubernetes solving Single Host K8 work as clusters which has a group of computing nodes, that run containerized applications Auto Scaling ...DiscussKubernetes
Deepak parashartechfordummys.hashnode.dev·Aug 21, 2024Helm Chart ArchHello, fellow software engineers and tech enthusiasts! If you've been working with Kubernetes, you've likely heard of Helm, the package manager that makes deploying applications on Kubernetes easier and more manageable. In this guide, we’ll dive deep...DiscussHelm