https://github.com/evertras/concourseci-sandbox
https://github.com/evertras/concourseci-sandbox
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evertras/concourseci-sandbox
- Owner: Evertras
- License: mit
- Created: 2020-07-14T05:56:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T10:06:40.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T06:38:04.877Z (over 1 year ago)
- Language: Shell
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConcourseCI Sandbox
Playing with [ConcourseCI](https://concourse-ci.org).
As much is from scratch as possible for learning purposes.
## Run it
```bash
./gen-keys.sh
docker-compose up
```
## Run it in local Kubernetes
Assumes Docker for Desktop, which lets us hit localhost for access rather than
something like minikube which will require some IP shenanigans.
And really this should be using the [actual Helm chart](https://github.com/concourse/concourse-chart)
but because this is for learning funsies we're doing it more from scratch. This
only targets a local kubernetes cluster with Docker for Desktop.
```bash
# Add 127.0.0.1 for concourse.localhost
sudo vim /etc/hosts
./k8s/install.sh
```