How to add Cisco SD-WAN viptela images to eve-ng

This post is a detailed guide on how to add Cisco SD-WAN Viptela images to EVE-NG, showing the step-by-step process. You’ll learn how to download Cisco Viptela images, create necessary directories in EVE-NG, prepare the environment, upload the images, and fix permissions. Following these steps will enable you to set up and manage your own … Read more

What is immutable infrastructure?

Immutable infrastructure is an approach to managing and deploying infrastructure and applications where components are replaced rather than changed. In this approach, new versions of the infrastructure or application are built and deployed as new components, rather than modifying existing ones in place. The goal of the immutable infrastructure is to reduce the risk of … Read more

Configure DHCP Server on Cisco IOS router

DHCP (Dynamic Host Configuration Protocol) provides dynamic addressing information to hosts on a network such as  IP addresses, subnet masks, default gateways, DNS servers, etc. Typically, physical DHCP servers (such as Microsoft Windows servers) are used to provide addressing information to DHCP clients (which are devices that request configuration via DHCP). However, Cisco IOS routers … Read more

Configure web-based Kubernetes user interface

In this post, you will learn how to configure web-based Kubernetes user interface or deploy Web GUI on Kubernetes cluster and access the Kubernetes Dashboard The dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster itself along … Read more