← Zakaria
[Project: Kubernetes Deployment]: K8s deployment to deploy Spring Application
- 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.