GAGauri Agrawalingaurisblog.hashnode.dev·Oct 14, 2024 · 4 min readDeploying 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...00
GAGauri Agrawalingaurisblog.hashnode.dev·Oct 7, 2024 · 3 min readSchedule 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 → ...00
GAGauri Agrawalingaurisblog.hashnode.dev·Oct 7, 2024 · 3 min readAutomate 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...00
GAGauri Agrawalingaurisblog.hashnode.dev·Oct 5, 2024 · 3 min readConfigure 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...00
GAGauri Agrawalingaurisblog.hashnode.dev·Oct 5, 2024 · 1 min readCreate 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...00