Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was 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

@tkurzydym

Description

@tkurzydym

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions