Deployment
6 articles in this category.
Scheduling a Pod on a Specific Node in Kubernetes
Introduction In Kubernetes, controlling where a pod runs is essential for optimizing performance, ensuring high availability, and meeting specific hardware or compliance requirements. You can achieve this using nodeSelector and nodeAffinity. In this blog, we will cover: Using nodeSelector for Simple Scheduling The nodeSelector field allows you to specify a key-value pair that a node…

Project Introduction: End-to-End DevOps with Java-Maven Application
In this project, we will embark on a comprehensive journey to learn the entire process from development to deployment and release. We will use a Java-Maven demo application to demonstrate the various stages and tools involved in modern DevOps practices. Our focus will include Docker, Docker image versioning, Kubernetes deployment, Jenkins CI/CD, Trivy, NexusHub, GitHub,…

Kubernetes Easy to Learn and Practice Labs end2end
Learn and Practice
Kubernetes Deployment
kubernetes deployment more details with yaml manifest, creation, deletion,rollout, Rollback, Rollout history, and scaling.

Setting Up Laravel Supervisor for Queue Jobs in Ubuntu, Docker, and Kubernetes Cluster
Setting Up Laravel Supervisor for Queue Jobs in Ubuntu, Docker and Kubernetes Cluster

Let’s know about Blue-Green Deployment
Let’s know about Blue-Green Deployment