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

Deploying plural on existing GCP cluster using Gateway + Istio #1365

Open
rogaha opened this issue Sep 24, 2024 · 2 comments
Open

Deploying plural on existing GCP cluster using Gateway + Istio #1365

rogaha opened this issue Sep 24, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@rogaha
Copy link

rogaha commented Sep 24, 2024

What content is missing

I am seeking a detailed guide or documentation on how to deploy Plural on an existing Google Cloud Platform (GCP) Kubernetes cluster that utilizes Gateway and Istio for ingress and service mesh functionalities. The available resources mainly cover deployments on new clusters or without specific ingress configurations. I need step-by-step instructions on integrating Plural into my current setup, including configuring Istio and Gateway to work seamlessly with Plural.

Type of the content

  • Deployment Guide
  • Integration Documentation
  • Step-by-Step Tutorial

Anything else?

Please include any prerequisites, configuration examples, and best practices. Information on potential challenges and how to troubleshoot common issues during the deployment process would be highly valuable. Additionally, insights into security considerations and performance optimizations in this context would be appreciated.

@rogaha rogaha added the documentation Improvements or additions to documentation label Sep 24, 2024
@michaeljguarino
Copy link
Member

Hey, are you looking to deploy the plural console? We currently just use an ingress resource, which could use istio's ingress controller w/ a helm configuration change. I think there might be some consequences related to the erlang clustering we use internally though.

That said, you usually place Plural in a dedicated management cluster, it's not always advisable to place them in a multi-tenant cluster more from a security and architectural perspective, which is where istio shines.

@rogaha
Copy link
Author

rogaha commented Sep 25, 2024

Hey @michaeljguarino, thanks for the quick reply. I'm using k8s Gateway with istio's gateway-controller. I want to deploy plural on this existing cluster, without using the ingress resources. I'm not deploying this in a multi-tenant environment. I'm running only my own infrastructure.

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

No branches or pull requests

2 participants