ansible-day05.hashnode.devAnsible 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...Oct 10, 2025·8 min read
ansible-day02.hashnode.devAnsible 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...Oct 7, 2025·5 min read
ansible-day01.hashnode.devAnsibleWhat 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...Oct 4, 2025·15 min read
k8spoddeploy.hashnode.devKubernetes : 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...Aug 20, 2025·10 min read
orchestration-k8s.hashnode.devKubernetes 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...Aug 8, 2025·9 min read