-
Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Deploy to GKE
Read More: Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Deploy to GKEInstall Gitlab Kube Agent To provide the Continues Delivery using GitLab, we need to install the agent into the GKE cluster. The Installation steps are explained as the following: Watch a GitLab 14.2 walk-through of this process Agent Config and Deployment Strategy The script_deploy.sh is a helper to run a sum amount of kubectl command with…
-
Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Image Build
Read More: Complete CI/CD Laravel Apps Using Gitlab CI To GKE: Image BuildGitLab CI/CD has many functions, although the primary goal of the tool is to build a continuous environment using these methodologies: Stages & Requirements The complete CI/CD flow is divided into several stages and requirements. The requirements are for you to have the following entities: Whereas the stages of CI/CD development are explained as the…