fbpx

Getting Started with Kubernetes: A Beginners Guide

Companies have started embracing the containerized approach. While they all used to have a massive monolithic architecture with thousands of lines of code that grew into a humongous, slow-moving, hard to manage thing, and this is where the problems started. The DevOps experts, developers, and architects are now coming to the opinion that a microservices…

What Makes Linux So Popular Among DevOps?

Linux makes automation easy, hence, it has become an integral part of DevOps professionals. The best advice anybody can get while starting their journey in DevOps is to learn and understand the basics of Linux thoroughly. This makes the DevOps career path easy in the future. Linux is going to be there no matter what,…

Kubernetes Concepts Explained!

Image source: Platform9 With Docker, you can run a single instance of the application with a simple Docker run command. In this case, to run a Node JS based application, you run the docker run nodejs command. But that’s just one instance of your application on one Docker host. What happens when the number of users…

Docker Certified Associate Exam Series (Part -2): Container Orchestration

Introduction to Container Orchestration An essential part of preparing for the Docker Certified Associate (DCA) exam is to familiarize yourself with Container Orchestration. Container Orchestration requires a set of tools and scripts that you can use to host, configure, and manage containers in a production environment. Deploying in Docker typically involves running various applications on…

CKAD: Upcoming Changes to Exam Objectives

You might have heard about some of the upcoming changes for the CKAD exam objectives as announced by the Linux Foundation recently. These changes will go into effect on September 28. If you sit for the exam on the 28th of September or after it will be in the new format, irrespective of when you scheduled the…

Docker Certified Associate Exam Series (Part 6): Networking

Introduction to Docker Networking Default Networks When you install Docker on a host machine, it automatically creates 3 types of networks: none, bridge, and host networks. The Bridge network is the default network that Docker attaches to containers once they are created. This is a private internal network, whose IP address is typically 172.17.0.1, and…

Secured By miniOrange