Rudraksh Laddharudrakshladdha.hashnode.dev·2 hours agoA Comprehensive Guide to Helm: From Beginner to AdvancedHelm is often referred to as the "package manager for Kubernetes," offering a streamlined way to package, configure, and deploy Kubernetes applications. In this article, we'll dive deep into Helm, starting with the basics and progressing to advanced ...Discuss2Articles1Week
Kushal Agrawalkushal9897.hashnode.dev·a day agoWhat is Helm?Helm is a popular package manager for Kubernetes, often referred to as the "Kubernetes application manager." It simplifies the deployment, management, and sharing of Kubernetes applications by using pre-configured, reusable application definitions kn...DiscussHelm
Hoàng Anh Nguyễn Báhoazgazh.hashnode.dev·Nov 19, 2024Running GitLab Runners on KubernetesRunning GitLab Runners on Kubernetes Image courtesy — Gitlab In this short article, we will explore how we can run Gitlab runners on Kubernetes using GitLab official helm charts with a bit of customization. GitLab Runners are integral components of ...Discuss·1 like·28 readsDevops
La Rebelion Labsrebelion.la·Oct 31, 2024CSAR and SBOM for Airgap Kubernetes: Strategies for Enterprise DeploymentsHow to leverage the strengths of CSAR and SBOM to move images to private registries in airgapped environments? CSAR focus on how to deploy and manage applications, while SBOM secures what is in them. What if we combined both to orchestrate securely a...DiscussK1scsar
Muhammad Ahmadmuhammadahmad.hashnode.dev·Oct 28, 2024DevSecOps Project - Deploy Netflix Clone on Cloud using JenkinsPhase 1: Initial Setup and Deployment Step 1: Launch EC2 (Ubuntu 22.04): Provision an EC2 instance on AWS with Ubuntu 22.04. Connect to the instance using SSH. Step 2: Clone the Code: Update all the packages and then clone the code. Clone your ...Discuss·162 readsDevops
Balachander T Jbalachandertj.hashnode.dev·Oct 27, 2024Getting Started with Prometheus on Minikube: A Step-by-Step GuideIntroduction Prometheus is indeed an open-source systems monitoring and alerting toolkit that was originally developed at SoundCloud. It is widely used for collecting and querying metrics, providing powerful data visualization and alerting capabiliti...Discuss·1 like·68 readsDevops
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 25, 2024Kubernetes 101: Part 9Observability The way to understand and measure state of a system based on data generated by the system. For example, we are have created 10 pods. Now, wouldn’t it be great to know what’s happening to the pods ? Yes, checking them would help us under...Discuss#prometheus
Samikshya Sapkotasamikshyasapkota.hashnode.dev·Oct 24, 2024Automating Docker Image Tag Updates in Helm Values Files with PythonIntroduction This script automates the process of updating Docker image tags in Helm values files by fetching the latest tags from DockerHub for multiple repositories. It interacts with DockerHub’s API, retrieves the latest version tags, and updates ...Discuss·79 readsDocker
Rishabh Mishrarishabhmishra.hashnode.dev·Oct 17, 2024Deploying a 2048 Game App on AWS EKS with Fargate: A Beginner's GuideHey there! Today, we’re going to learn how to deploy a simple 2048 game application on Amazon EKS (Elastic Kubernetes Service) using an Application Load Balancer (ALB). If you're new to Kubernetes or AWS, don’t worry—I’ll guide you through each step....Discuss·28 readsDevOpsDevops
Jacinth Davidjacinthdavid.hashnode.dev·Oct 13, 2024Devops Capstone Project: QR code generator from RishabInCloudI was randomly looking for projects on YouTube to aid my Devops engineer journey. I saw Rishab’s project and decided to try it out. The goal for this project was to convert a URL to a QR Code. The app has three components: Front-end, API and Storage....Discuss·10 likes·60 readsKubernetes