News

These actions can be added as steps to your own workflow files. GitHub reads workflow files from .github/workflows/ within your repository. See the Workflow documentation for details on writing ...
aks-terraform-deployment/ ├── kubernetes/ # Kubernetes manifest files │ ├── deployment.yaml # Defines nginx deployment with 2 replicas │ └── service.yaml # Defines LoadBalancer service ├── terraform/ ...