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…

Easily Learn YAML for Kubernetes

Let’s talk about how YAML configuration file can be used to deploy Kubernetes POD’S. Kubernetes uses YAML files as inputs for creation of objects such as POD’S, Replicas, Services etc.. They all follow a similar structure, A Kubernetes definition file…

Basic Kubernetes Concepts & How to install it ?

Pods: Kubernetes does not deploy containers directly on the node. Kubernetes encapsulates the containers into an object known as PODS. A pod is a single instance of an application. A pod is the smallest object you can create in Kubernetes.…

error: Content is protected !!