GithubHelp home page GithubHelp logo

exeteres / zitadel-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zitadel/zitadel-charts

0.0 0.0 0.0 997 KB

This repository contains Helm charts for running ZITADEL in Kubernetes

Home Page: https://zitadel.com

Go 86.83% Smarty 13.17%

zitadel-charts's Introduction

Artifact Hub

ZITADEL

A Better Identity and Access Management Solution

Identity infrastructure, simplified for you.

Learn more about ZITADEL by checking out the source repository on GitHub

What's in the Chart

By default, this chart installs a highly available ZITADEL deployment.

Install the Chart

Either follow the guide for deploying ZITADEL on Kubernetes or follow one of the example guides:

Upgrade from v6

  • Now, you have the flexibility to define resource requests and limits separately for the machineKeyWriter, distinct from the setupJob. If you don't specify resource requests and limits for the machineKeyWriter, it will automatically inherit the values used by the setupJob.

  • To maintain consistency in the structure of the values.yaml file, certain properties have been renamed. If you are using any of the following properties, kindly review the updated names and adjust the values accordingly:

    Old Value New Value
    setupJob.machinekeyWriterImage.repository setupJob.machinekeyWriter.image.repository
    setupJob.machinekeyWriterImage.tag setupJob.machinekeyWriter.image.tag

Upgrade from v5

  • CockroachDB is not in the default configuration anymore. If you use CockroachDB, please check the host and ssl mode in your ZITADEL Database configuration section.

  • The properties for database certificates are renamed and the defaults are removed. If you use one of the following properties, please check the new names and set the values accordingly:

    Old Value New Value
    zitadel.dbSslRootCrt zitadel.dbSslCaCrt
    zitadel.dbSslRootCrtSecret zitadel.dbSslCaCrtSecret
    zitadel.dbSslClientCrtSecret zitadel.dbSslAdminCrtSecret
    - zitadel.dbSslUserCrtSecret

Uninstalling the Chart

The ZITADEL chart uses Helm hooks, which are not garbage collected by helm uninstall, yet. Therefore, to also remove hooks installed by the ZITADEL Helm chart, delete them manually:

helm uninstall my-zitadel
for k8sresourcetype in job configmap secret rolebinding role serviceaccount; do
    kubectl delete $k8sresourcetype --selector app.kubernetes.io/name=zitadel,app.kubernetes.io/managed-by=Helm
done

Troubleshooting

Debug Pod

For troubleshooting, you can deploy a debug pod by setting the zitadel.debug.enabled property to true. You can then use this pod to inspect the ZITADEL configuration and run zitadel commands using the zitadel binary. For more information, print the debug pods logs using something like the following command:

kubectl logs rs/my-zitadel-debug

migration already started, will check again in 5 seconds

If you see this error message in the logs of the setup job, you need to reset the last migration step once you resolved the issue. To do so, start a debug pod and run something like the following command:

kubectl exec -it my-zitadel-debug -- zitadel setup cleanup --config /config/zitadel-config-yaml

Contributing

Lint the chart:

docker run -it --network host --workdir=/data --rm --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.5.0 ct lint --charts charts/zitadel --target-branch main

Test the chart:

# Create a local Kubernetes cluster
kind create cluster --image kindest/node:v1.27.2

# Test the chart
go test ./...

Watch the Kubernetes pods if you want to see progress.

kubectl get pods --all-namespaces --watch

# Or if you have the watch binary installed
watch -n .1 "kubectl get pods --all-namespaces"

Contributors

zitadel-charts's People

Contributors

ansarhun avatar arnouthoebreckx avatar bitfactory-sem-denbroeder avatar dbourasseau avatar dependabot[bot] avatar dogab avatar eliobischof avatar exeteres avatar fdelucchijr avatar hifabienne avatar hreddy-klaviyo avatar jessebot avatar livio-a avatar lusu007 avatar mdarii avatar meyfa avatar mffap avatar mheers avatar oliverbaehler avatar orblazer avatar pisarz avatar pursechicken avatar raunodepasquale avatar rud avatar seandlg avatar skeletorxvi avatar stebenz avatar thesephirot avatar thomaspetit avatar wesjdj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.