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

Authentik cluster #4661

Closed
Skurat opened this issue Feb 10, 2023 · 1 comment · Fixed by #6250
Closed

Authentik cluster #4661

Skurat opened this issue Feb 10, 2023 · 1 comment · Fixed by #6250
Labels
question Further information is requested

Comments

@Skurat
Copy link

Skurat commented Feb 10, 2023

Describe your question/
Hi.

  1. How does an authentik cluster work? I have a problem deploying to kubernetes via helm.
  2. Can an authentik cluster run in separate kubernetes?

Version and Deployment (please complete the following information):

  • authentik 2022.10.0
  • authentik remote cluster 1.0.3
  • helm 3.10.1
  • terraform v1.3.4
    Additional context
    I used this manual

image

and insert output from this command (below) to terraform resource "authentik_service_connection_kubernetes" "remote-test-cluster"

image

I deployed separate helm chart = "authentik-remote-cluster" chart_version = "1.0.3" But how to test cluster work ? P.S. Thanks for the help
@Skurat Skurat added the question Further information is requested label Feb 10, 2023
@BeryJu
Copy link
Member

BeryJu commented Feb 10, 2023

the authentik-remote-cluster helm chart is used to deploy outposts in different k8s clusters where authentik doesn't run, and gives you the RBAC and outputs a kubeconfig file that can be used with authentik to connect to that k8s cluster

It doesn't have anything to do with clustering authentik itself. To do that, you'd use the normal helm chart and scale up the server or worker deployments. An authentik "cluster" can run in different kubernetes clusters, as long as all pods can connect to postgres and redis

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

Successfully merging a pull request may close this issue.

2 participants