This repository contains a series of recipes on how to configure different services of OCI.
Note that this is a living repository and will be updated regularly.
Below the list of recipes available so far:
Steps to provision an OKE cluster based on the quick create option. It also includes some useful tips and tricks.
Shows how to configure an Nginx Ingress Controller in OKE. The recipe also describes how to configure an Ingress service to support TLS using a fully qualify domain name (FQDN) with self-signed certificate.
Comprehensive and complete guide on configuring Istio version 1.2.5 in OKE. The recipe describes to configure the Istio to support:
- TLS/HTTPS configuration in an Istio Gateway using a fully qualify domain name (FQDN) with a self-signed certificate and based on Secret Discovery
- The following add-ons: Prometheus and Grafana for performance monitoring,Jaeger for tracing, and Kiali for service mesh observability.
- Optimisation of telemetry options and compute resources.