Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/carvel-suite-example
https://github.com/dustinspecker/carvel-suite-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinspecker/carvel-suite-example
- Owner: dustinspecker
- License: mit
- Created: 2021-04-15T21:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T21:56:17.000Z (over 3 years ago)
- Last Synced: 2023-04-09T18:51:12.271Z (over 1 year ago)
- Language: Shell
- Homepage: https://dustinspecker.com/posts/deploy-kubernetes-applications-carvel-suite/
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# carvel-suite-example
> This repository is an example of using the [Carvel suite](https://carvel.dev/).
> Read [Deploy Kubernetes Applications with the Carvel Suite](https://dustinspecker.com/posts/deploy-kubernetes-applications-carvel-suite/) for more info.## Usage for Linux amd64
1. Install [lockal v0.1.0](https://github.com/dustinspecker/lockal)
1. Clone this repository and navigate to its root
1. Run `lockal install`
1. Run `./bin/kind create cluster`
1. Run `./deploy.sh`Kapp will deploy an nginx deployment and loki-stack to the Kubernetes cluster in kind.