Articles
Notes on cloud architecture, DevOps practice, and building reliable systems.
Building a CI/CD Pipeline to Azure Kubernetes Service (AKS) with GitHub Actions
A working GitHub Actions pipeline that builds a container, pushes it to Azure Container Registry, and deploys to AKS using OIDC — no long-lived secrets.
AzureCI/CDDevOps
Building a CI/CD Pipeline to Alibaba Cloud with GitHub Actions
A working GitHub Actions pipeline that builds a container, pushes it to Alibaba Cloud Container Registry, and deploys to ACK — with the RAM permissions to make it safe.
Alibaba CloudCI/CDDevOps