Henry Xie 's blog
Thursday, November 10, 2022
Apex Ords Operator for Kubernetes
›
Requirement: We often need to provision Apex and Ords for Dev, Stage, Prod. This is the operator to automate Apex Oracle Application ...
1 comment:
Tuesday, November 08, 2022
OKE Admission Control Webhook Sample
›
Requirement: We need to implement a policy requested by the security team that Kubernetes service should have an annotation : service.bet...
7 comments:
Wednesday, February 09, 2022
Tip: kubectl apply --dry-run=client server RBAC role
›
kubectl apply --dry-run is very useful to test manifests. There are differences of RBAC requirement with kubectl apply --dry-run=client and...
Wednesday, December 01, 2021
How to expose kube api server via nginx proxy
›
Requirement: Kubernetes API (Control Plane) are often sitting behind the firewall. To provide more security and load balancing, we need...
Wednesday, November 17, 2021
Tip: kube-apiserver can't start after adding a parameter
›
Symptom: We add a new oidc parameter for kube-apiserver to integrate with openID Dex. The parameter is --oidc-groups-prefix=oidc: After t...
›
Home
View web version