diff options
author | 2023-08-14 19:27:09 +0200 | |
---|---|---|
committer | 2023-08-16 11:38:44 +0200 | |
commit | 464a96e670cbfd774440bb44d81d2760cb1d0d44 (patch) | |
tree | e702d1b63e0e87db9f2e12b5ebf72083a3f430b7 /docs/onboarding/resources.md | |
parent | Add further infomraiton to READMEs (diff) |
Integrate onboarding documents from Notion
Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to 'docs/onboarding/resources.md')
-rw-r--r-- | docs/onboarding/resources.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/onboarding/resources.md b/docs/onboarding/resources.md new file mode 100644 index 0000000..498e903 --- /dev/null +++ b/docs/onboarding/resources.md @@ -0,0 +1,30 @@ +--- +title: Resources +date: 2022-09-18 +description: | + Important reference documents for the team. +--- + +The following is a collection of important reference documents for the DevOps +team. + +## [Infra Repo](https://github.com/python-discord/infra) + +This GitHub repo contains most of the manifests and configuration applies to +our cluster. It’s kept up to date manually and is considered a source of truth +for what we should have in the cluster. + +It is mostly documented, but improvements for unclear or outdated aspects is +always welcome. + +## [Knowledge base](https://python-discord.github.io/infra/) + +Deployed using GH pages, source can be found in the docs directory of the k8s +repo. + +This includes: + +- Changelogs +- Post-mortems +- Common queries +- Runbooks |