Kubernetes in Production
Content
We are planning to use OKE as our Kubernetes platform for one of the client. We are using springboot applications to host it to the OKE.
Just wanted to check if there is any document or best practices on using OKE for production?
1. Auto scale Replicas
2. Load Balances/Service Mesh logic - A service with type load balancer will work, or we need some API gateway for the same?
3. IDCS Propagation (OAuth using IDCS)
1