02 2021 档案

摘要:AWS benefits: -- Pay us you go, need front payment needed for hw etc -- speed and agility, you can deploy service fast without waiting any hw deliver 阅读全文
posted @ 2021-02-25 07:01 anyu686 阅读(135) 评论(0) 推荐(0)
摘要:There are two probe used for k8s pod health check 1 liveness check, check if the pod is running 2 readiness check, verify if the pod has started , onc 阅读全文
posted @ 2021-02-24 06:12 anyu686 阅读(86) 评论(0) 推荐(0)
摘要:1) Hard code in code base 2) add in deployment as environment variable apiVersion: apps/v1beta1 kind: Deployment metadata: name: myapp namespace: myap 阅读全文
posted @ 2021-02-23 06:32 anyu686 阅读(49) 评论(0) 推荐(0)
摘要:flow of traditional cookie-based authentication: User enters their login credentials. Server verifies the credentials are correct and creates a sessio 阅读全文
posted @ 2021-02-06 05:41 anyu686 阅读(62) 评论(0) 推荐(0)