Important things about App Engine

App engine is regional, your application will get deployed across zones. It is important to remember that once deployed, you cannot change the applications region.App engine is a good option for simple micro services.If you are using one of the…

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…

First steps in Automation with Python

The below is my current topology. I have the Network Automation controller connected to the Ethernet Switch in GNS3 which is connected to Cisco Switch & Cisco IOS router. I also have a Cloud which actually bridges the GNS Network…

Kubernetes Deployments in simple terms

Kubernetes Deployments are a higher level Object in Kubernetes. If we were to draw a diagram of the Objects we learnt so far, here is how it looks like. The Deployment provides us with capability such as updating instances seamlessly…

Easy Explanation of Replica Sets in Kubernetes

Replication Controller: Controllers are the brain behind Kubernetes, They are the processes that monitor objects & respond accordingly. Let us talk about one in particular, the replication controller. The replication controller helps us run multiple instances of a POD thus providing…

error: Content is protected !!