Explaining SDN concepts &how NSX fits inWhat is Software-Defined Networking (SDN)? Software-Defined Networking (SDN) is an innovative networking approach that uses software-based controllers or interfaces to control how data moves through a network by talking to the hardware underneath. Un...Dec 15, 2023·5 min read
Day 18 : Docker for DevOps EngineersDocker Compose Docker Compose is a tool that allows you to define and manage multi-container applications. It uses a YAML file to configure the services, networks, and volumes needed for your application. For example, a simple Docker Compose file can...May 27, 2023·4 min read
Day 17 : Docker Project for DevOps EngineersWe are going to do a DevOps Project With Docker Tasks : Create a Dockerfile for a simple web application (e.g. a Node.js or Python app) Build the image using the Dockerfile and run the container Verify that the application is working as expected b...May 9, 2023·1 min read
Day 16 : Docker for DevOps EngineersDocker Docker is a platform that allows you to package your applications and their dependencies into containers, making them portable and easy to deploy across different environments. With Docker, you can run your apps anywhere, anytime! It's like a ...May 7, 2023·1 min read
Day 13 - 90daysofdevops ChallangePython Python is a high-level, interpreted programming language that is widely used for various purposes such as web development, data analysis, artificial intelligence, scientific computing, and more. It was first released in 1991 by Guido van Rossu...May 6, 2023·3 min read
Kubernetes Networking - Services, Network Policies, DNS and CNIServices Kubernetes Services are a type of Kubernetes resource that allows you to expose your application running in a Kubernetes cluster to the network. Services provide a stable IP address and DNS name that other applications can use to communicate...Apr 25, 2023·6 min read
Kubernetes : Understanding Architecture, Components, Installation and ConfigurationKubernetes is an open-source platform that automates the deployment, scaling, and management of containerized applications. It helps manage and orchestrate containerized applications across multiple hosts, making it easier to deploy and manage applic...Apr 24, 2023·7 min read