#kubernetes
Read more stories on Hashnode
Articles with this tag
***Key Concepts in Networking Prerequisite — Switching Routing Basic Networking Principles: Switches enable communication within a single network...
Kubernetes storage refers to the management of persistent and ephemeral data for applications running in Kubernetes clusters. It plays a key role in...
*Manual Scheduling: Every Pod in Kubernetes includes a field called nodeName, which is not set by default when you create a Pod manifest. Typically,...
Horizontal Pod Autoscaling (HPA) in Kubernetes is a mechanism that automatically adjusts the number of pod replicas in a deployment or replica set...
In this project, I gained experience with blue-green deployment in Kubernetes. This approach allows for zero-downtime updates by maintaining two...
The CI/CD pipeline for this project is meticulously crafted to enable seamless integration, delivery, and deployment of a multi-tier Java application,...