MBMamatha Bandiinansible-day05.hashnode.dev·Oct 10, 2025 · 8 min readAnsible vault, Dynamic InventoryAnsible Vault: Ansible Vault is a feature in Ansible that allows users to encrypt sensitive data such as passwords, SSH keys, API tokens, and other confidential information within Ansible playbooks or files. It ensures that this sensitive information...00
MBMamatha Bandiinansible-day02.hashnode.dev·Oct 7, 2025 · 5 min readAnsible PlaybooksIntroduction to Ansible Playbook: For Example our Requirement is: Suppose you want to do these tasks on all servers: Install httpd software. Copy the index.html file to all servers. Start the httpd service. Solution Using Ad-Hoc Commands Run all...00
MBMamatha Bandiinansible-day01.hashnode.dev·Oct 4, 2025 · 15 min readAnsibleWhat is a Configuration Management Tool Configuration management tools automate the process of managing and maintaining computer systems, software, and infrastructure. They help consistently configure and control multiple servers or devices from a si...00
MBMamatha Bandiink8spoddeploy.hashnode.dev·Aug 20, 2025 · 10 min readKubernetes : From Containers to DeploymentThis flowchart summarizes the Kubernetes journey from containers to deployments. Each step solves a limitation of the previous one. When we start learning Kubernetes, it is important to understand why each concept exists. This guide walks through th...01L
MBMamatha Bandiinorchestration-k8s.hashnode.dev·Aug 8, 2025 · 9 min readKubernetes cluster setupTypes of Kubernetes clusters: 1 . Self Managed Clusters2. Cloud Provider Clusters 1.Self Managed Cluster: A self-managed cluster is a group of servers (physical or virtual) managed directly by your own team or organization, rather than by an external...03NTL