Welcome readers, I’ll be covering various modules that are used for installing any package on different Linux distributions via Ansible. To know the basics of Ansible, you can go through this blog: Introduction to Ansible. What are Modules? Ansible includes small programs which are remotely executed on the server. They are included in playbooks which are … Continue reading Ansible Modules for installing packages
Category: DevOps
Overview of Kubernetes Architecture
Hello readers, in this blog, I’ll be covering what Kubernetes is and will give you an overview of Kubernetes’ master-worker architecture and its components. So let’s get started. What is Kubernetes? Kubernetes is an open source container orchestration tool, or we can say it’s a container management tool. Here, I’ve used the term orchestration, which defines … Continue reading Overview of Kubernetes Architecture

