Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yandex-cloud-examples/yc-webinar-gitops-argo-crossplane
Практические материалы к вебинару «Внедряем Gitops практики в Yandex Cloud при помощи Kubernetes».
https://github.com/yandex-cloud-examples/yc-webinar-gitops-argo-crossplane
argocd cicd crossplane gitops kubernetes mk8s yandex-cloud yandexcloud
Last synced: about 14 hours ago
JSON representation
Практические материалы к вебинару «Внедряем Gitops практики в Yandex Cloud при помощи Kubernetes».
- Host: GitHub
- URL: https://github.com/yandex-cloud-examples/yc-webinar-gitops-argo-crossplane
- Owner: yandex-cloud-examples
- License: apache-2.0
- Created: 2024-03-08T08:32:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T10:12:20.000Z (8 months ago)
- Last Synced: 2024-03-08T11:27:17.097Z (8 months ago)
- Topics: argocd, cicd, crossplane, gitops, kubernetes, mk8s, yandex-cloud, yandexcloud
- Language: Smarty
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Практические материалы к вебинару "Внедряем Gitops практики в Yandex Cloud при помощи Kubernetes"
## Пререквизиты
- bash
- [cli](https://cloud.yandex.ru/docs/cli/operations/install-cli), инициированный в профиле default а вашего пользователя( он должен быть admin или editor на уровне облака)## Часть 1 - создание инфструктурного стенда
```
$ cd ./01-mk8s-gitlab
```И изучаем readme [данного раздела](./01-mk8s-gitlab)
## Часть 2 - установка argocd
```
$ cd ./02-argocd/
```И изучаем readme [данного раздела](./02-argocd/)
## Часть 3 - установка сrossplane
```
$ cd ./03-crossplane/
```И изучаем readme [данного раздела](./03-crossplane/)
## Часть 4 - создание preprod кластера из helm chart при помощи gitlab, crossplane, argocd
```
$ cd ./04-preprod-cluster/
```И изучаем readme [данного раздела](./04-preprod-cluster)