OCI Kubernetes Engine (OKE) - How To Enable IpMode Feature in OCI Kubernetes Engine (OKE)
(Doc ID 3051442.1)
Last updated on OCTOBER 03, 2024
Applies to:
Oracle Cloud Infrastructure Kubernetes Engine (OKE) - Version N/A to N/AInformation in this document applies to any platform.
Goal
This document outlines an issue with accessing a pod via HTTPS within a Kubernetes (k8s) cluster using an external Load Balancer.
The Load Balancer is configured to terminate the TLS (HTTPS) connection and forward an HTTP connection to the pod. This works for external network requests, but a problem arises when making HTTPS requests from within the cluster.
When a pod tries to connect to the load balancer HTTPS port. TLS is not terminated and the connection is forwarded to the pod HTTP port as-is. This causes wrong version number error.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |