Mastering Storage in Google Cloud

So, you’re building in the cloud. You have your virtual machines ready to compute and your network plumbed to perfection. But what about your stuff? Your application code, user-uploaded images, critical log files, database backups, the operating system for your VMs—all…

Mastering IAM in Google Cloud

You’ve done it. You’ve built a magnificent castle in the cloud. Your VPCs are the strong outer walls, your VMs are the bustling workshops, and your databases are the treasure-filled vaults. But now comes the most important question of all: Who…

GKE in Production: The Field Guide

Your journey as a cloud engineer has progressed. You’ve built robust networks, configured secure identity systems, and deployed applications on virtual machines. But a new problem has emerged. Your lead developer comes to you and says the magic words: “But it…

Load Balancing in Google Cloud

Your application is a runaway success. You started with a single, powerful Compute Engine VM serving your website, but now it’s struggling to keep up with the flood of user traffic. Worse, if that one VM fails, your entire application…

Google App Engine

So far on our cloud journey, we’ve explored the world of compute from two different angles. We’ve seen Compute Engine, which gives you raw virtual machines (Infrastructure-as-a-Service, or IaaS). This is like owning a plot of land where you have total…

Basics of Python Part -1

Expressions: In python, 2+2 is called an expression, which is the most basic kind of programming instruction in the language. Expressions consists of values such as 2 & the + symbol is called operator. Below is the list of Math…

How to configure devices using NAPALM

NAPALM or Network automation and programmability abstraction layer with multivendor support. is an open source python library that implements a set of functions to interact with network devices of different vendors using a unified API. This Software also helps in…

Enable SSH using Net Miko

Telnet to switches in the Lab is fine, However, in a production environment for security reasons we should use SSH. For SSH connections to the network devices, we use Netmiko. Netmiko is a multi vendor library that simplifies paramiko ssh…

error: Content is protected !!