Articles
Kubernetes the Easy Way – DevOps Series, Part 14
3 min read
Learn about k3s, an easy-to-install, lightweight but fully-compliant, kubernetes distribution optimized for ARM architectures.
It’s All About Visibility – DevOps Series, Part 13
2 min read
See how to interface with kubernetes API and graphically display how its constructs relate to each other and the underlying infrastructure.
CI/CD Demo: Pipelines Are Amazing! – NetDevOps Series, Part 9
7 min read
See how a completely automated CI/CD pipeline can be applied to a network configuration environment end-to-end, including test and production environments.
CI/CD Demo: Setting Your Local Environment – NetDevOps Series, Part 8
6 min read
This is part 2 of the CI/CD Demo, on how to run your own demo using CI/CD pipelines for network configuration management.
CI/CD Demo: Intro and Server Setup – NetDevOps Series, Part 7
5 min read
NetDevOps will deliver consistent version-controlled infrastructure configurations, deployed with parallel and automated provisioning.
A Cisco CCIE Discusses His Journey with Network Automation
10 min read
Cisco is at the forefront of enabling Development and Operations teams to work together through its technology.
Applying DevOps to Your Network – NetDevOps Series, Part 6
5 min read
DevOps principles are not exclusive to software development, and some of them can definitely be applied to infrastructure configuration.
Coding Essentials III – NetDevOps Series, Part 5
5 min read
APIs and programming languages like Python and REST have matured to the point of being useful and applicable to the domains of infrastructure engineers.
Coding Essentials II – NetDevOps Series, Part 4
3 min read
Now that we understand data models and data transfer formats, we need to consider what protocol to use in order to exchange that information. NETCONF and RESTCONF.