All Posts

This 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, 2024

This is a practical guide to deploying applications, setting up autoscaling, and monitoring in Kubernetes.

Helm 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.

When 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.