From 275c98eab0b863ab672af0f66ac0ecb228276a96 Mon Sep 17 00:00:00 2001 From: seven Date: Wed, 18 Sep 2024 17:27:48 +0800 Subject: [PATCH] add index page Signed-off-by: seven --- docs/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..3165482 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,25 @@ +a CI/CD service considerations: + +- Zero downtime + +- health check + + - **Startup probes** + + - **Readiness probes** + + - **Liveness probes** + + > https://www.fairwinds.com/blog/a-guide-to-understanding-kubernetes-liveness-probes-best-practices + +- Blue/green deployment + +- canary deployment + +- service access control(private/public/geo-blocker) + +- Authentication/autorization + +- Fast fail and rollback + +- full stack local setup