Bragdocs
Log in Sign up

← Zakaria

June 28th, 2025

[Project: Kubernetes]: Kubernetes Deployment for Spring Application

Project Link: GitHub
  • Deploying a Java application to a Kubernetes cluster by containerizing it
  • Establishing a K8S external service allows pods within the cluster to connect to the database outside the cluster.
  • Use ConfigMap, Secret, Deployment.
  • Use GitHub Action to create a Continuous Integration (CI) pipeline to build a docker image and push it to GitHub Packages Registry.