This folder contains an example on how to use this module to create a Kubernetes cluster on Oracle Cloud Infrastructure (OCI) Free Tier resources.
Before running this project, you must have the following:
- An OCI account with Free Tier resources available
- Terraform installed on your local machine
- OCI CLI installed on your local machine
- SSH key pair generated on your local machine
- Clone this repository to your local machine.
- Navigate to the
example
directory. - Add the values in the
terraform.tfvars
template. - Initialize the project with the following command:
terraform init
- Preview the changes that will be made with the following command:
terraform plan
- Apply the changes with the following command:
terraform apply
Note: This command will create resources in your OCI account. Be sure to review the plan carefully before applying.
To remove all resources created by this example, run the following command:
terraform destroy