Published onJune 9, 2024Kubernetes 實踐指南#Kubernetes#DevOpsThis is a practical guide to deploying applications, setting up autoscaling, and monitoring in Kubernetes.
Published onJune 6, 2024What is Helm in Kubernetes?#Kubernetes#Helm#DevOpsHelm is a package manager for Kubernetes that helps you define, install, and upgrade applications on a Kubernetes cluster.
Published onJanuary 11, 2024Use Ansible tags to run specific tasks#Ansible#Automation#DevOpsWhen you have many tasks in your Ansible Playbook, you may want to run only some of them. You can use Ansible tags to achieve this.
Published onJanuary 10, 2024How to Execute an Ansible Playbook?#Ansible#DevOpsTwo files are required to execute an Ansible Playbook: an Ansible Playbook and an Ansible Inventory file.