All Posts
Something about git remote branches
📅 June 22, 2024This is a practical guide to pull a remote branch to your local repository, delete a branch, and take a look of the branches.
Kubernetes 實踐指南
📅 June 9, 2024This is a practical guide to deploying applications, setting up autoscaling, and monitoring in Kubernetes.
What is Helm in Kubernetes?
📅 June 6, 2024Helm is a package manager for Kubernetes that helps you define, install, and upgrade applications on a Kubernetes cluster.
Using Pytest to write and run automated tests for Python applications.
Use Ansible tags to run specific tasks
📅 January 11, 2024When 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.