Gitlab CI/CD to Deploy a Python App on Google Kubernetes Engine (GCP) Add Comment Edit Gitlab CI/CD Pipeline: https://gitlab.com/devops-test1/gitlab-cicd-gke-flask-app/ Read More
Create and Manage Resources Google Cloud Final Lab Solution Add Comment Edit Task 1: Create an Instance Go to Compute Engine > VM Instance> Create an instance according to question. (See details in upper v... Read More
How to Setup HTTP Load balancer in Google Cloud (GCP) Add Comment Edit HTTP Load Balancer Create an HTTP load balancer To set up a load balancer with a Compute E... Read More
How to Setup Network Load balancer in Google Cloud Add Comment Edit Network Load Balancer Set the default region and zone for all resources gcloud config set compute/zo... Read More
How to Setup Kubernetes Cluster in Google Cloud Using Cloudshell Add Comment Edit Setup Commands gcloud auth list gcloud config set compute/zone us-central1-a gcloud container clusters create devcluster gcloud containe... Read More