Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle/oci-service-operator
The OCI Service Operator for Kubernetes (OSOK) makes it easy to connect and manage OCI services from a cloud native application running in a Kubernetes environment.
https://github.com/oracle/oci-service-operator
autonomous-database cloud kubernetes kubernetes-operator oci-service-operator operator-sdk oracle-cloud oracle-cloud-infrastructure oracle-streaming
Last synced: 2 months ago
JSON representation
The OCI Service Operator for Kubernetes (OSOK) makes it easy to connect and manage OCI services from a cloud native application running in a Kubernetes environment.
- Host: GitHub
- URL: https://github.com/oracle/oci-service-operator
- Owner: oracle
- License: other
- Created: 2021-08-11T12:41:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T11:41:53.000Z (about 1 year ago)
- Last Synced: 2024-11-03T03:32:17.468Z (2 months ago)
- Topics: autonomous-database, cloud, kubernetes, kubernetes-operator, oci-service-operator, operator-sdk, oracle-cloud, oracle-cloud-infrastructure, oracle-streaming
- Language: Go
- Homepage:
- Size: 9.13 MB
- Stars: 30
- Watchers: 11
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- k8s_awesome_document - oci-service-operator - --Kubernetes的OCI Service Operator (OSOK)可以方便地从Kubernetes环境中运行的云本地应用程序连接和管理OCI服务。 (🏗相关开源项目 / Oracle)
README
# OCI Service Operator for Kubernetes
## Introduction
The OCI Service Operator for Kubernetes (OSOK) makes it easy to create, manage, and connect to Oracle Cloud Infrastructure (OCI) resources from a Kubernetes environment. Kubernetes users can simply install OSOK and perform actions on OCI resources using the Kubernetes API removing the need to use the [OCI CLI](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/cliconcepts.htm) or other [OCI developer tools](https://docs.oracle.com/en-us/iaas/Content/devtoolshome.htm) to interact with a service API.
OSOK is based on the [Operator Framework](https://operatorframework.io/), an open-source toolkit used to manage Operators. It uses the [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) library, which provides high-level APIs and abstractions to write operational logic and also provides tools for scaffolding and code generation for Operators.
**Services Supported**
1. [Autonomous Database Service](https://www.oracle.com/in/autonomous-database/)
1. [Oracle Streaming Service](https://docs.cloud.oracle.com/iaas/Content/Streaming/Concepts/streamingoverview.htm)
1. [MySQL DB System Service](https://www.oracle.com/mysql/)
1. [Service Mesh Service](https://docs.oracle.com/iaas/Content/service-mesh/home.htm)## Installation
See the [Installation](docs/installation.md#install-operator-sdk) instructions for detailed installation and configuration of OCI Service Operator for Kubernetes.
## Documentation
See the [Documentation](docs/README.md#oci-service-operator-for-kubernetes) for complete details on installation, security and service related configurations of OCI Service Operator for Kubernetes.
## Release Bundle
The OCI Service Operator for Kubernetes is packaged as Operator Lifecycle Manager (OLM) Bundle for making it easy to install in Kubernetes Clusters. The bundle can be downloaded as docker image using below command.
```
docker pull iad.ocir.io/oracle/oci-service-operator-bundle:1.1.9
```## Samples
Samples for managing OCI Services/Resources using `oci-service-operator`, can be found [here](config/samples).
## Changes
See [CHANGELOG](CHANGELOG.md).
## Contributing
`oci-service-operator` project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md).## Security
Please consult the [security guide](./SECURITY.md) for our responsible security
vulnerability disclosure process.## License
Copyright (c) 2021 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at .