Kishor Tatesettingupjenkinsagent.hashnode.devยทDec 10, 2024Jenkins Agent Setup: Enhancing Your CI/CD WorkflowIntroduction: In the world of CI/CD, Jenkins stands out as a versatile tool for automating your software development workflows. While Jenkins' master node is powerful on its own, scaling your builds and deployments often requires setting up Jenkins a...jenkins_agent
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.devยทDec 5, 2024SpringBoot + Kubernetes StatefulSets: Perfect Combo for Reliable Banking Apps!We have configured a deployment for the Banking App with 3 Pods, ensuring data safety by associating the data with a PersistentVolumeClaim (PVC). The PVC is connected to a PersistentVolume (PV), which is then linked to the host to provide the necessa...1 likeKubernetes
Anasanasmansuri.hashnode.devยทOct 8, 2024Exploring the Components of Kubernetes Architecture๐ ๐๐๐ ๐ฏ๐ฌ. ๐๐๐๐ gRPC: Created by Google in 2015 for ultra-fast service communication. Uses HTTP/2 and Protocol Buffers (protobuf) for efficient, compact data transfer. features:Speed: Faster data transfer in binary format.Multiplexing: Multip...Kubernetes
Prashant Baleprashbale.hashnode.devยทAug 5, 2024Understanding Kubernetes ArchitectureKubernetes, an open source platform designed to automate deploying, scaling and operating application containers, has a robust architecture that ensures high availability and scalability. In this post, we will dive into the key components of Kubernet...Kubernetes
vikash kumardevopswizard.hashnode.devยทJun 10, 2024Simplifying Kubernetes: A Shipyard ComparisonUnderstanding Kubernetes Architecture: A Simple Shipyard Analogy Welcome aboard! Today, we're going to understand Kubernetes, a powerful system for managing containerized applications, using a simple analogy with ships and containers. Think of Kubern...CKA journeylearn kubernetes
Sarat Motamarrisaratdevopsengg.hashnode.devยทNov 24, 2023Day 30 | Kubernetes ArchitectureUnderstanding Kubernetes Architecture: Imagine a City with a Grand Coordinator: Mayor's Office (Master Node): The city has a Mayor's office, which is like the master node in Kubernetes. The mayor's office makes high-level decisions for the entire ...master node