Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce16dfe

Browse files
committed
Agenda
1 parent 3820346 commit ce16dfe

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

docs/admin/architectures/index.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,38 @@ We provide the following general recommendations for PostgreSQL settings:
345345

346346
## Operational readiness
347347

348-
TODO Configuration: Helm values, environment variables
348+
Operational readiness in Coder is about ensuring that everything is set up
349+
correctly before launching a platform into production. It involves making sure
350+
that the service is reliable, secure, and easily scales accordingly to user-base
351+
needs. Operational readiness is crucial because it helps prevent issues that
352+
could affect workspace users experience once the platform is live.
349353

350-
TODO Template configuration managed via CI/CD.
354+
### Configuration
351355

352-
TODO Observability, e.g. Promethus/Grafana
356+
#### Helm values
353357

354-
TODO Database backups link scripts if we have any
358+
TODO
355359

356-
TODO Custom support links
360+
#### Environment variables
357361

358-
TODO Custom agent troubleshooting links
362+
TODO
363+
364+
### Template configuration
365+
366+
TODO managed via CI/CD
367+
368+
### Observability
369+
370+
TODO Prometheus, Grafana, logging
371+
372+
### Database backups
373+
374+
TODO link scripts if we have any
375+
376+
### Support links
377+
378+
TODO
379+
380+
### Troubleshooting agent
381+
382+
TODO links

0 commit comments

Comments
 (0)