kubernetes Integrate Istio's Service Mesh ingress gateway with a GCP Ingress Load Balancer After realizing that there wasn't a comprehensive tutorial on integrating GCP's Ingress load balancer with Istio Service Mesh in a Google Kubernetes Engine (GKE) cluster, I Mateo Cuervo 15 Aug 2024 · 3 min read
docker Download docker image and push to GCP Artifact Registry Repository First pull the docker image you want to download the docker pull cooervo/server-with-args:v1.0 # Specify platform architecture docker pull \ --platform linux/amd64 \ cooervo/server-with-args:v1.0 Then tag Mateo Cuervo 5 Jul 2024 · 1 min read
argocd-image-updater Authenticate to GCP's Artifact Registry Repository with argocd-image-updater With argocd-image-updater we can automate deployments in our Kubernetes cluster, after our continous integration (CI) pipelines have built and pushed the docker image into Artifact Registry or our preferred artifact Mateo Cuervo 30 May 2024 · 3 min read