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, ...GCP
Palak Sharmapalaksharma23.hashnode.dev·Aug 27, 2023A Journey to GitHub Campus Expert: Tips and Application Insights 🚩❤Are you ready to embark on an exciting journey as a GitHub Campus Expert? The opportunity to be a part of this vibrant community is here, as the GCE applications are open until the end of this month. Having personally navigated the application proces...1 like·64 readsgithub campus experts
B V AKASHbvakash.hashnode.dev·Mar 25, 2023Compute Engine (Container)The Compute Engine is vast, but I'll just tell you the usage, you'll eventually end up on the server to host a dynamic or static site or run a web application. It is also very important to understand containers before we proceed. For now, let's just ...44 readsGoogle Cloud Platform (GCP)GCP
B V AKASHbvakash.hashnode.dev·Mar 15, 2023Set up MySQL in Debian compute EngineIn this lab, we will be installing MySQL on Debian. Step 1:- Write compute and click on compute engine. Step 2:- Click on create instance. Step 3:- Name your instance, Give region and zone, Finally choose the appropriate machine type. Step 4:- Und...Google Cloud Platform (GCP)MySQL
B V AKASHbvakash.hashnode.dev·Mar 11, 2023Set up MySQL in ubuntu compute EngineIn this lab, we will be installing MySQL on Ubuntu. Step 1:- Write compute and click on compute engine. Step 2:- Click on create instance. Step 3 :- Name your instance, Give region and zone, Finally choose the appropriate machine type. Step 4 :- U...34 readsGoogle Cloud Platform (GCP)gce
B V AKASHbvakash.hashnode.dev·Mar 3, 2023Creating VM with using Subnets (Public subnet)In this lab, we are going to launch our VM in our particular subnets which are public and private subnets. before this lab complete Google VPC - Routes refer this link :- https://bvakash.hashnode.dev/google-vpc-routes First, we will do a public Subne...56 readsGoogle Cloud Platform (GCP)GCP
Saptarshi Bhattacharyahighonbugs.sbk2k1.in·Feb 14, 2023My GitHub Campus Expert 🚩 Application Process [SELECTED]Hello everyone, hope you're doing fine. I've been DM'ed a lot over LinkedIn and a lot of other Social Media Platforms regarding queries about my GitHub Campus Expert Journey and also about the selection process. This blog is an attempt to answer all ...220 readsGitHub
B V AKASHbvakash.hashnode.dev·Nov 20, 2022Google Static IP AddressIn this lab we will know how static IP Address works. Step 1:- Make One new instance and Check out your IP address it's dynamic, means if I stop and start the machine my IP address will change. Step 2:- Choose your instance and click on stop. Step...30 readsGoogle Cloud Platform (GCP)static-ip
B V AKASHbvakash.hashnode.dev·Nov 16, 2022Google Instance group with Instance TemplateToday we will launch instance using instance template and instance Group Without Instance Template we can't launch Instance Group, So we will first create instance Template. Step 1:- Expand services, Go to compute Engine and click on Instance Templat...27 readsGoogle Cloud Platform (GCP)instance-group
B V AKASHbvakash.hashnode.dev·Nov 15, 2022Google Load Balancer (GLB)In this lab we will be looking at how the load balancer works In short load Balancer, as name suggests it balances the traffic and make sures the traffic goes to your end user without causing any performance issue in your server. Let's get started wi...32 readsGoogle Cloud Platform (GCP)GCP