Description:
The Kubernetes deployment is currently managed locally via Minikube. To enable a more realistic rollout, we should integrate the pipeline with an external Kubernetes cluster. Allowing us to handle the deployment directly from GitHub Actions.
Problem:
The rollout becomes a manual process and not integrated in the CI/CD pipeline because we are using a local minikube cluster.
Solution
Set up an external Kubernetes cluster to manage deployments.
Enabling rollouts directly from the CI/CD pipeline to reduce manual work.
Description:
The Kubernetes deployment is currently managed locally via Minikube. To enable a more realistic rollout, we should integrate the pipeline with an external Kubernetes cluster. Allowing us to handle the deployment directly from GitHub Actions.
Problem:
The rollout becomes a manual process and not integrated in the CI/CD pipeline because we are using a local minikube cluster.
Solution
Set up an external Kubernetes cluster to manage deployments.
Enabling rollouts directly from the CI/CD pipeline to reduce manual work.