An open API service indexing awesome lists of open source software.

https://github.com/maxihafer/oci


https://github.com/maxihafer/oci

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# OCI Terraform Plan

Terraform plan for deploying a completely free kubernetes cluster on OCI

## Installation

Setup OCI shell following this guide: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.html

## Usage/Examples

After successfully applying the plan, use the returned `cluster-ocid` to fetch the kubeconfig using the oci shell

```shell
oci ce cluster create-kubeconfig --cluster-id --file ~/.kube/ --region --token-version 2.0.0 --kube-endpoint
```

Afterwards the cluster should be accessible using your favourite tools.