Tag: Automation
-
Tutorial: public ghrc.io container image (github respository) using github actions
We will walk you through the simple steps to create your own public ghrc.io container image for your GitHub repository.
-
Unlocking the Power of Kubernetes Operators for Network Automation [Part 1]
In this blog post, we’ll dive into the world of Kubernetes operators for network management. We’ll show how to use kubebuilder in a quick tutorial first to build the foundation of your operator.
-
Using pyang for Checking YANG Models for Nokia 7×50
The YANG data modeling language is widely used in network configuration and data representation. This tutorial guides you through the installation and use of pyang, a YANG validator, converter, and code generator, to inspect the YANG info for Nokia 7×50 models.
-
New House, New City and New Job
Life has taken a wonderful turn with my recent move to Melissa, bringing with it a host of exciting changes. From gardening and DIY projects, and a solar power initiative, to network automation and Kubernetes exploration
-
Python: URL Construction: Mapping Magic vs. If/Else Statements
We explore two approaches to URL construction: “Mapping” and the logical “If/Else Statements.”
-
How to Fix .gitignore after Pushing Undesired Files to the Repository
sometimes we inadvertently commit files that were supposed to be ignored. In such cases, the git rm -r –cached command comes in handy
-
NANOG88: gNMI and ChatGPT To Troubleshoot EVPN Datacenter Fabrics
I am happy that during NANOG88 conference, I had the privilege of presenting a tutorial that I am now pleased to inform you is available for viewing by the wider audience on YouTube.
-
What is __name__ and __main__ in python?
As a Python enthusiast, you’re likely digging into others’ code, seeking to learn and understand more. This self-driven exploration is indeed a fantastic way to enhance your skills. However, it’s natural to come across a few puzzling aspects, like __main__ or __name__, leaving you a bit befuddled. These are powerful constructs within Python that control…
-
NANOG87: Network Automation Show Down
A couple of months ago, Cat Gurinsky sent a general message in Linkedin asking for people to participate in a network automation panel during NANOG87 in Atlanta (2023, Feb 13-15). coincidentally, I was thinking over those days, what sort of presentation I could submit. Thinking in something that could be a good contribution to the…