mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
63 lines
5.1 KiB
Markdown
63 lines
5.1 KiB
Markdown
# Oracle Cloud Infrastructure (OCI)
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Oracle Cloud Infrastructure (OCI) in the context of Cloud Providers (Hyperscalers).
|
|
|
|
## Table of Contents
|
|
|
|
1. [Architectural Foundations](#architectural-foundations)
|
|
- [Kubernetes Tools](#kubernetes-tools)
|
|
- [General Reference](#general-reference)
|
|
1. [Cloud Integrations](#cloud-integrations)
|
|
- [Oracle Cloud](#oracle-cloud)
|
|
- [Infrastructure](#infrastructure)
|
|
- [Open Source](#open-source)
|
|
- [Resource Management](#resource-management)
|
|
1. [Databases](#databases)
|
|
- [APIs](#apis)
|
|
- [Best Practices](#best-practices)
|
|
1. [Managed Kubernetes](#managed-kubernetes)
|
|
- [Oracle Cloud](#oracle-cloud-1)
|
|
- [OKE](#oke)
|
|
|
|
## Architectural Foundations
|
|
|
|
### Kubernetes Tools
|
|
|
|
#### General Reference
|
|
|
|
- [blogs.oracle.com: Access hands-on exercises for Oracle Cloud Infrastructure' with ease](https://blogs.oracle.com/oracleuniversity/post/hands-on-labs-oci-training) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — A curated technical resource and architectural guide covering blogs.oracle.com: Access hands-on exercises for Oracle Cloud Infrastructure' with ease in the Kubernetes Tools ecosystem.
|
|
- [blogs.oracle.com: Oracle RAC on Docker - Now with Full Production Support](https://blogs.oracle.com/maa/post/oracle-rac-on-docker-now-with-full-production-support) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — A curated technical resource and architectural guide covering blogs.oracle.com: Oracle RAC on Docker - Now with Full Production Support in the Kubernetes Tools ecosystem.
|
|
- [blogs.oracle.com: Announcing private Kubernetes clusters](https://blogs.oracle.com/cloud-infrastructure/announcing-private-kubernetes-clusters) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — A curated technical resource and architectural guide covering blogs.oracle.com: Announcing private Kubernetes clusters in the Kubernetes Tools ecosystem.
|
|
## Cloud Integrations
|
|
|
|
### Oracle Cloud
|
|
|
|
#### Infrastructure
|
|
|
|
- **(2023)** [Oracle Cloud Infrastructure (OCI)](https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm) <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Technical reference for Oracle Cloud Infrastructure (OCI) Bare Metal instances, highlighting how virtualized networking and direct hardware access can be utilized to host high-performance enterprise systems. Focuses on low-latency compute topologies ideal for massive Kubernetes databases and high-volume workloads.
|
|
#### Open Source
|
|
|
|
- **(2023)** [==github.com/oracle==](https://github.com/oracle) <span class='md-tag md-tag--warning'>[GO CONTENT]</span> <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — The main open-source hub hosting Oracle's cloud-native integrations, including the OCI Cloud Controller Manager (CCM) and CSI storage plugins. These modules enable standard cloud interactions and dynamic volume provisioning, bridging physical hardware capability with cloud-native platform control planes.
|
|
#### Resource Management
|
|
|
|
- **(2023)** [docs.oracle.com: Overview of Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — An overview of Oracle Cloud Infrastructure Resource Manager, a managed service utilizing Terraform to orchestrate cloud-native resource provisioning. It enables platform developers to establish secure, repeatable GitOps workflows and state management natively across Oracle Cloud zones.
|
|
## Databases
|
|
|
|
### APIs
|
|
|
|
#### Best Practices
|
|
|
|
- **(2022)** [thatjeffsmith.com: Best Practices: REST APIs for your Database {Draft!}](https://www.thatjeffsmith.com/archive/2022/02/best-practices-rest-apis-for-your-database-draft) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — An in-depth draft outlining architectural patterns and best practices for creating secure, low-latency REST APIs on top of enterprise relational databases. It details serialization strategies, rate limiting, and optimization pathways using Oracle REST Data Services (ORDS) to construct highly resilient microservices backends.
|
|
## Managed Kubernetes
|
|
|
|
### Oracle Cloud (1)
|
|
|
|
#### OKE
|
|
|
|
- **(2023)** [Oracle Container Engine for Kubernetes (OKE)](https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — The official product documentation for Oracle Container Engine for Kubernetes (OKE). It highlights the architectural integration of managed master nodes, native storage arrays, virtual cloud networks, and IAM profiles, delivering an enterprise-ready environment for demanding production workloads.
|
|
|
|
---
|
|
💡 **Explore Related:** [Googlecloudplatform](./GoogleCloudPlatform.md) | [AWS Pricing](./aws-pricing.md) | [AWS Spain](./aws-spain.md)
|
|
|