#devops
Read more stories on Hashnode
Articles with this tag
๐ Introduction ๐: Kubernetes has emerged as the de facto standard for container orchestration, allowing developers to efficiently manage and scale...
Note: Before diving into this project, I highly recommend taking a moment to check out my last project [PROJECT: ๐ณ Containerizing a Multi-Tier Java...
Scenario: ๐ The scenario involves product development with an Agile SDLC in motion. ๐ A team of developers will regularly make code changes,...
Introduction: Kubernetes is a powerful container orchestration platform that allows you to easily deploy, scale, and manage containerized...
ConfigMaps: A ConfigMap in Kubernetes is an object that allows you to store configuration data that can be accessed by your application containers. It...
Task-1: Create a Service for your todo-app Deployment from Day-32 Create a Service definition for your todo-app Deployment in a YAML file. Apply...