Tuanhdotnettuanhnet.hashnode.dev·Sep 5, 2024Deploying CI/CD in Microservices with Kubernetes Using JenkinsSource: Deploying CI/CD in Microservices with Kubernetes Using Jenkins 1. Setting Up Jenkins for CI/CD in Kubernetes 1.1 Installing Jenkins on Kubernetes To start, you need to install Jenkins on your Kubernetes cluster. Jenkins can be dep...Discussdevop
Tuanhdotnettuanhnet.hashnode.dev·Aug 26, 2024StatefulSets and Deployments in KubernetesSource: StatefulSets and Deployments in Kubernetes 1. Understanding Deployments Deployments are the most commonly used Kubernetes resource for managing stateless applications. A Deployment allows you to describe an application’s life cycle, incl...Discusskubernate
Tuanhdotnettuanhnet.hashnode.dev·Aug 23, 2024Building a Kubernetes Cluster from Scratch: A Detailed GuideSource: Building a Kubernetes Cluster from Scratch: A Detailed Guide 1. Prerequisites Before we dive into the process, ensure you have the following prerequisites: + Linux servers: At least three servers (1 master node, 2 worker nod...Discusskubernate
Tuanhdotnettuanhnet.hashnode.dev·Aug 21, 2024Spring Boot Applications with Docker and KubernetesSource: Spring Boot Applications with Docker and Kubernetes 1. Introduction Spring Boot is a popular framework for building microservices and standalone applications. Docker provides containerization for consistent environments, while Kubernet...DiscussSpring
Tuanhdotnettuanhnet.hashnode.dev·Aug 18, 2024Persistent Volumes and Persistent Volume ClaimsSource: Persistent Volumes and Persistent Volume Claims 1. Persistent Volumes (PVs) A Persistent Volume (PV) is a cluster-level resource in Kubernetes representing a piece of storage that has been provisioned for use by one or more Pods. PVs a...Discusskubernate
Tuanhdotnettuanhnet.hashnode.dev·Aug 17, 2024Horizontal Pod Autoscaler (HPA) in KubernetesSource: Horizontal Pod Autoscaler (HPA) in Kubernetes 1. Concept Horizontal Pod Autoscaler (HPA) is a Kubernetes feature that automatically adjusts the number of replica pods in a deployment 1 based on observed system metrics. It ensures that ...Discusskubernate