This tutorial leverages the Oracle Cloud Infrastructure to streamline provisioning of the compute infrastructure required to bootstrap a Kubernetes cluster from the ground up.
Follow the OCI CLI documentation to install and configure the oci
command line utility.
Verify the OCI CLI version:
oci --version
This tutorial assumes a default region has been configured.
If you are using the oci
command-line tool for the first time oci setup config
is the easiest way to do this:
oci setup config
tmux can be used to run commands on multiple compute instances at the same time. Labs in this tutorial may require running the same commands across multiple compute instances, in those cases consider using tmux and splitting a window into multiple panes with synchronize-panes enabled to speed up the provisioning process.
The use of tmux is optional and not required to complete this tutorial.
Enable synchronize-panes by pressing
ctrl+b
followed byshift+:
. Next typeset synchronize-panes on
at the prompt. To disable synchronization:set synchronize-panes off
.