https://github.com/shubhamranjan/az-devops-k8s-agent
Self-Hosted Azure DevOps Agent for kubernetes
https://github.com/shubhamranjan/az-devops-k8s-agent
azure-devops azure-devops-agent cd ci cicd devops docker hacktoberfest kubernetes
Last synced: 3 months ago
JSON representation
Self-Hosted Azure DevOps Agent for kubernetes
- Host: GitHub
- URL: https://github.com/shubhamranjan/az-devops-k8s-agent
- Owner: shubhamranjan
- License: mit
- Created: 2020-12-25T20:31:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T20:34:49.000Z (over 2 years ago)
- Last Synced: 2025-04-05T14:29:08.826Z (6 months ago)
- Topics: azure-devops, azure-devops-agent, cd, ci, cicd, devops, docker, hacktoberfest, kubernetes
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# az-devops-k8s-agent
Self-Hosted Azure Devops Agent for kubernetes## Setup via pre-built image
Docker Image : shubhamranjan/az-devops-k8s-agent:latest1. Modify `sample/create_secret.sh` with the required Azure Devops Organisation URL, PAT and Agent Pool Name.
2. Run the script or the command directly in the required namespace.
sh ./sample/create_secret.sh
3. Apply `sample/deployment.yml` after making any required changes like namespace (if modified in the previous step).
kubectl apply -f sample/deployment.yml