File tree 1 file changed +30
-6
lines changed
1 file changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -345,14 +345,38 @@ We provide the following general recommendations for PostgreSQL settings:
345
345
346
346
## Operational readiness
347
347
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.
349
353
350
- TODO Template configuration managed via CI/CD.
354
+ ### Configuration
351
355
352
- TODO Observability, e.g. Promethus/Grafana
356
+ #### Helm values
353
357
354
- TODO Database backups link scripts if we have any
358
+ TODO
355
359
356
- TODO Custom support links
360
+ #### Environment variables
357
361
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
You can’t perform that action at this time.
0 commit comments