gaurisblog.hashnode.devDeploying a Custom Website on Google Cloud Run with DockerStep 1: Clone the Git Repository Open Google Cloud Shell. Create a directory mkdir my-app cd my-app Clone your Git repository inside my-app: git clone [REPO-URL] https://github.com/bradtraversy/50projects50days.git Navigate to the proj...Oct 14, 2024·4 min read
gaurisblog.hashnode.devSchedule a Task on VM (Using Cronjob)Login to your google cloud account and create a VM. VM is ready. SSH into Your VM Instance Select Authorize if prompted. To set up a cron job, you need to access your VM instance. Open Google Cloud Console and go to the Compute Engine → ...Oct 7, 2024·3 min read
gaurisblog.hashnode.devAutomate VM Management with Google Cloud SDKPrerequisites: A Google Cloud Platform (GCP) account. Google Cloud SDK installed on your local machine or access to Cloud Shell. Set up Google Cloud SDK and Authenticate If you're using a local machine with the SDK installed: Login to your GCP...Oct 7, 2024·3 min read
gaurisblog.hashnode.devConfigure Load Balancer for High AvailabilityLogin to your google account. Go to Compute Engine and create few virtual machines with default settings. From left hand-side panel, select Instance Groups Click on “CREATE INSTANCE GROUPS” Name the instance group Create a new Instance Te...Oct 5, 2024·3 min read
gaurisblog.hashnode.devCreate a Custom Image and Use It for VM CreationLogin to your google account. Go to Compute Engine and create a virtual machine having a startup script. Check this link for step-by-step instructions on creating a VM with a startup script https://gaurisblog.hashnode.dev/create-a-vm-with-a-startu...Oct 5, 2024·1 min read