Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate external services (S3 backup/Vault) outside cluster and deploy Minio cluster service for Loki/Tempo #104

Merged
merged 16 commits into from
Feb 18, 2023

Conversation

ricsanfre
Copy link
Owner

This PR includes:

  • Deployment of Minio cluster service to be used by Loki/Tempo/Mimir, etc
  • Use external Minio server only for backups (Velero, Restic and Longhorn)
  • Migrate externals services (Minio and Vault) outside the cluster, using public cloud VMs

Fix #95

@ricsanfre ricsanfre merged commit 88f16d3 into master Feb 18, 2023
@ricsanfre ricsanfre deleted the minio branch February 18, 2023 11:52
@ricsanfre
Copy link
Owner Author

Vault cannot be migrated to Public Cloud. Vault's kubernetes authentication method requires access to Kubernetes API. For security, Kubernetes API is not exposed to Internet and so Vault service need to be installed in my private cloud. It will remain installed in gateway node

PR #105 rolls back Vault migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy S3 Minio as Kuberentes service to be used by Grafana observability tools
1 participant