Skip to content

Commit

Permalink
add index page
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Sep 18, 2024
1 parent af8cffb commit 275c98e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 275c98e

Please sign in to comment.