Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubero-dev/deployer
https://github.com/kubero-dev/deployer
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubero-dev/deployer
- Owner: kubero-dev
- License: apache-2.0
- Created: 2024-05-20T17:36:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:22:26.000Z (6 months ago)
- Last Synced: 2024-05-21T21:40:04.587Z (6 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deployer
Deployer is an image to triger kpacks builds, wait till the image is built and then deploy it by patching the Kuberoapp CRD with the new image.
## install kpacks
```bash
## will be installed with the kubero cli
kubectl apply -f https://github.com/buildpacks-community/kpack/releases/download/v0.13.3/release-0.13.3.yaml## will be handled by kubero operator
kubectl apply -f secrets.example.yaml -n yourpipeline-production
```## build and deploy an image
```bash
## will be triggered by the kuberi-ui
kubectl apply -f job.example.yaml -n yourpipeline-production
```## helpful debug commands
```bash
kubectl get builds -n yourpipeline-production
```