Hello 👋 and welcome to our Civo Navigate talk. We would love for all of you to be able to do what we’ve shown on screen here today. We run an open source community of platform engineers who want to be using a consistent platform foundation that’s fully automated and portable. If you have any trouble:
konstruct
slack workspace in the channel #helping-handsYou’ll need some tools on your local workstation. There are lots of ways to install these tools, these are the simplest steps and should work for most users, but more detailed steps are available at https://docs.kubefirst.io/k3d/quick-start/install if you need them.
brew install kubectl
brew install kubectx
brew install k3d
brew install mkcert
and thenmkcert -install
brew install nss
NGROK_AUTHTOKEN
value from the UI, you’ll need to export it to your shell during the install.brew install kubefirst
kubefirst version
v2.4.10
If you chose to create an ngrok account above so that you can explore Atlantis with us, please export your NGROK_AUTHTOKEN value to your terminal shell. Replace xxx with your value from the ngrok user interface.
export NGROK_AUTHTOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Create your OSS Playground
kubefirst k3d create
In about 10 minutes you’ll have a platform waiting for you with a whole bunch of amazing cloud native tools ready to work for you.
From any point in this workshop, you will be able to start over from scratch if you want. You’ll need to do the following to be fully reset for a new execution:
gitops
and metaphor
if they already exist in your github user space
gh repo delete <YOUR_GH_USERNAME>/gitops
gh repo delete <YOUR_GH_USERNAME>/metaphor
k3d cluster rm --all