Nahidnahidislam.hashnode.dev·Oct 18, 2024Navigating the Cloud: Choosing the Right Cloud Provider for Your BusinessCloud computing has revolutionized the way businesses and individuals store, process, and manage data. By shifting from traditional on-premise servers to cloud-based infrastructure, companies can enjoy flexibility, scalability, and cost-efficiency. W...DiscussCloud
Gauri Agrawalgaurisblog.hashnode.dev·Oct 14, 2024Deploying 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...DiscussGCPHandsOn
Gauri Agrawalgaurisblog.hashnode.dev·Oct 7, 2024Schedule 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 → ...DiscussGCP VM Series: From Zero to ComputeTaskScheduling
Gauri Agrawalgaurisblog.hashnode.dev·Oct 7, 2024Automate 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...DiscussGCP VM Series: From Zero to ComputeCloudSDK
Gauri Agrawalgaurisblog.hashnode.dev·Oct 5, 2024Configure 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...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn
Gauri Agrawalgaurisblog.hashnode.dev·Oct 5, 2024Create 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...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn
Gauri Agrawalgaurisblog.hashnode.dev·Oct 2, 2024Setting Up Firewall RulesLogin to your google account. Go to Compute Engine and create a virtual machine with default settings. VM is created successfully. Now, search for firewall as shown below and select Firewall Now, click on CREATE FIREWALL RULE Name the fire...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn
Gauri Agrawalgaurisblog.hashnode.dev·Sep 30, 2024Host a Simple Website on a VMLogin to your google cloud account. Go to Compute Engine Click create instance. Name the instance and select region. Click on create. Here, we will create a VM instance and make sure to Allow HTTP and HTTPS traffic under Firewall and leave other...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn
Hridhi Kumarikumari-hridhi.hashnode.dev·Sep 27, 2024Fundamental Task for Beginners using Compute EngineGoogle Cloud's Compute Engine is a scalable, flexible, and powerful Infrastructure-as-a-Service (IaaS) offering that allows users to create and manage virtual machines (VMs) in the cloud. This blog will guide through some beginner-level tasks that co...Discuss·28 readsCloud
Gauri Agrawalgaurisblog.hashnode.dev·Sep 25, 2024Create and Attach a Persistent DiskLogin to your google cloud account. Go to Compute Engine Click create instance. Name the instance and select region. Click on create. Click on the instance that you have created. Click on Edit Scroll down you will be able to see Additional...DiscussGCP VM Series: From Zero to ComputeGCPHandsOn