An open API service indexing awesome lists of open source software.

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

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:latest

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