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 onMay 25, 2024How to use Pytest to write and run automated tests for web applications#Pytest#Python#Testing#Automation#seleniumUsing Pytest to write and run automated tests for Python applications.
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.
Published onDecember 30, 2023Automation test environment with Jenkins, Git, Terraform and Amazon ECR/ECS#Jenkins#Git#Terraform#Amazon ECR/ECS簡單紀錄透過 Jenkins、Git、Terraform 和 Amazon ECR/ECS 實現的端對端應用程式部署流程。