MBMamatha Bandiinmamathabandi.hashnode.dev·Sep 4 · 5 min readAWS CLI & Utility FunctionsOverview The Portico AWS Utility Functions is a comprehensive bash script that simplifies common AWS operations for Portico development team. It provides an intuitive command-line interface for AWS pr00
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