https://github.com/maxihafer/oci
https://github.com/maxihafer/oci
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxihafer/oci
- Owner: maxihafer
- Created: 2022-05-24T20:38:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T20:48:08.000Z (about 3 years ago)
- Last Synced: 2025-01-02T11:12:02.765Z (5 months ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/ExamplesAfter 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.