Piotrekkrpiotrekkr.hashnode.dev·Nov 10, 2024Using GCP Secret Manager With Container-Optimized OS VMsUsing Google Cloud Platform Secret Manager service is a convenient way to store and manage secrets. It has many features like automatic rotation, audit logging, access control and many others. It is integrated with GCP services like Cloud Functions, ...DiscussGCP
Hridhi Kumarikumari-hridhi.hashnode.dev·Oct 2, 2024Intermediate Tasks for Beginners using Compute EngineTask 10: Create a Custom Image and Use It for VM Creation Steps: Create a VM: Log in to GCP Console. Navigate to the "Compute Engine" section. Click on "VM instances" and then "Create instance." Configure your VM with the desired settin...Discuss·52 readsGCP
Nitinnitinthite.hashnode.dev·Aug 21, 2024Learn How to Develop Apps on Google Cloud EasilyAims to create a VM and install + run nginx server on G-cloud 3rd step from a series that focuses on understanding G-cloud. *******************************************************************************Google Cloud offers a variety of compute servic...DiscussExploring Google Cloud - Step by Stepgoogle cloud
Sumit Mondalsumit007.hashnode.dev·Jan 14, 2024A Unique Guide to Crafting Your GCP Compute EngineIn a world where cloud computing has become the backbone of digital innovation, creating a virtual machine is akin to summoning your own digital wizardry. Today, let's embark on a unique journey into the cloud and explore how to conjure a Google Clou...Discuss·1 likeGCP
ASHOK SANAashok198510.hashnode.dev·Oct 4, 2023Title: "Launching Your First Linux VM on Google Cloud Platform (GCP): A Step-by-Step Guide" 🚀🐧Introduction to Google Cloud Platform (GCP) 🌍 In the vast landscape of cloud computing, Google Cloud Platform (GCP) stands out as a powerful, innovative, and user-friendly cloud solution. Let’s dive into the why, how, when, and where of GCP, and als...DiscussGCP
Abhiraj Kharbadeabhirajdevops.hashnode.dev·May 30, 2023Step-by-Step Guide: Launching Your First Linux VM on Google Cloud Platform (GCP)Introduction Google Cloud Platform (GCP) provides a powerful infrastructure for running applications and storing data in the cloud. In this detailed step-by-step guide, I will walk you through the process of launching your first virtual machine (VM) ...Discuss·58 likes·189 readsUnderstanding CloudDevops
Warui Wanjiruwaruithemystery.hashnode.dev·Apr 30, 2023Setting up a Spark Cluster to Read Messages from Kafka(Beat~lytica part 2)Welcome to my second installation of the Beatlytica Series. Welcome back, fellow data enthusiasts! I'm thrilled to share with you the second installation of the Beatlytica blog series, where I dive into the exciting world of real-time data streaming ...Discuss·10 likesProject Beatlyticadataengineering
Adarsh jaiswalblogbyadarsh.hashnode.dev·Apr 24, 2023Creating a Virtual Machine in google cloud and running NGINX web serverOverview Compute Engine lets you create virtual machines that run different operating systems, including multiple flavors of Linux (Debian, Ubuntu, Suse, Red Hat, CoreOS) and Windows Server, on Google infrastructure. You can run thousands of virtual ...Tania Duggal and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·452 readsgoogle cloud
Shivam Mahajanshivammahajan.hashnode.dev·Apr 8, 2023Setup GCP Compute Engine with Bastion HostGCP Compute Engine with Bastion Host is a commonly used security configuration for providing secure access to virtual machines (VMs) in GCP. A bastion host is a special-purpose VM that acts as an intermediary between your local computer and the VMs y...Discuss·290 readsssh
Bawantha Wickramarachchibawanthaw.hashnode.dev·Mar 14, 2023How to set up alert metrics on GCP for disk utilization?As a DevOps Engineer, one of the most critical tasks is to ensure that the infrastructure is running optimally. In order to achieve this, monitoring disk utilization is a vital aspect. Fortunately, Google Cloud Platform (GCP) provides us with an easy...Discuss·79 readsGoogle Cloud Platform