Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Implementing a GitOps Infrastructure to deploy everything conveniently to a local cluster #18

Open
tkurzydym opened this issue Oct 25, 2022 · 0 comments
Assignees

Comments

@tkurzydym
Copy link
Collaborator

tkurzydym commented Oct 25, 2022

Currently we are "deploying" / starting up everything with a docker-compose on the host machine.
It would be nicer, to have a full controlled CI/CD Pipeline, like you would have it in a production environment, with which you can also make quick configuration changes or trigger the whole pipeline via code-changes.
Ideally this should be deployed on to a local cluster like k3s or minikube. (But effectively could also be configured against any other cluster)

Possible ways to achieve this is either via:
a. Terraform scripts or
b. Kustomize

The required components (and this is still a draft) would look something like in the attached diagram.
mlops-infra

@tkurzydym tkurzydym changed the title ]| Implementing a GitOps Infrastructure to deploy everything conveniently to a local cluster Oct 25, 2022
@tkurzydym tkurzydym self-assigned this Oct 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant