diff --git a/docs/docs/guides/trainings/introduction.md b/docs/docs/guides/trainings/introduction.md index 377b829603..2c3554366f 100644 --- a/docs/docs/guides/trainings/introduction.md +++ b/docs/docs/guides/trainings/introduction.md @@ -10,7 +10,7 @@ Training should be held as block-sessions with the relevant staff from your orga You receive professional onboarding support from our engineers, who help you to setup and configure ZITADEL on your infrastructure. -Effort required during depends on the complexity of your infrastructure and the overall setup. With a Multi-Zone Setup (excl. Multi-Region). Typically support during this phase requires around 10-25h over 2 weeks. Actual effort is based on time and material. +[More information](project) ## Application Support Trainings diff --git a/docs/docs/guides/trainings/project.md b/docs/docs/guides/trainings/project.md new file mode 100644 index 0000000000..35f3259b46 --- /dev/null +++ b/docs/docs/guides/trainings/project.md @@ -0,0 +1,35 @@ +--- +title: Onboarding Project +--- + +Effort required during depends on the complexity of your infrastructure and the overall setup. With a Multi-Zone Setup (excl. Multi-Region), support during this phase requires around 10-25h over 2 weeks. Actual effort is based on time and material. + +Scope of the project is agreed on individual basis. + +## In Scope + +- Check prerequisites and architecture +- Troubleshoot installation and configuration of ZITADEL +- Troubleshoot and configuration connectivity to the database +- Functional testing of the ZITADEL instance + +## Out of Scope + +- Running multiple ZITADEL instances on the same cluster +- Integration into internal monitoring and alerting +- Multi-cluster architecture deployments +- DNS, Network and Firewall configuration +- Customer-specific Kubernetes configuration needs +- Changes for specific environments +- Performance testing +- Production deployment +- Application-side coding, configuration, or tuning +- Changes or configuration on assets used in ZITADEL +- Setting up or maintaining backup storage + +## Prerequisites + +- Running Kubernetes with possibility to deploy to namespaces +- Inbound and outbound HTTP/2 traffic possible +- For being able to send SMS, we need a Twilio sender name, SID and an auth token +- ZITADEL also needs to connect to an email relay of your choice. We need the SMTP host, user and app key as well as the ZITADEL emails sender address and name. diff --git a/docs/sidebars.js b/docs/sidebars.js index d9cd5522f4..1a35b3b0fe 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -145,7 +145,8 @@ module.exports = { items: [ "guides/trainings/introduction", "guides/trainings/application", - "guides/trainings/recurring" + "guides/trainings/recurring", + "guides/trainings/project", ], }, ],