https://github.com/dadav/tanka-infra
Example of multi-staged deployment in a cluster with tanka.
https://github.com/dadav/tanka-infra
Last synced: 5 months ago
JSON representation
Example of multi-staged deployment in a cluster with tanka.
- Host: GitHub
- URL: https://github.com/dadav/tanka-infra
- Owner: dadav
- License: gpl-3.0
- Created: 2023-12-18T09:41:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T08:17:33.000Z (over 2 years ago)
- Last Synced: 2025-02-06T16:57:55.269Z (over 1 year ago)
- Size: 979 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐝 How-To: infrastructure with tanka
I'm using this repository to learn how to use tanka to manage my infrastructure.
I want to create examples for the following scenarios (basic to advanced):
- One cluster, one stage, no CI
- One cluster, two stages, no CI
- Two cluster, two stages, no CI
- Two cluster, two stages, CI
Every scenario will have a branch.
Every branch is based on the previous scenarios branch.
You should [start here](https://github.com/dadav/tanka-infra/blob/start_here/start.md).