From the course: Debugging Kubernetes

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Retrieving data from kubeconfig contexts

Retrieving data from kubeconfig contexts - Kubernetes Tutorial

From the course: Debugging Kubernetes

Retrieving data from kubeconfig contexts

- [Instructor] All right, let's begin by making sure you're in the 05_03_before folder within your exercise file bundle. You should see a file called start_cluster.sh. Now if you're using the Mac, we're going to install some additional tools into our machine before we run this script. First, run brew install openssl coreutils. This will install a newer version of OpenSSL and some open source utilities that we'll be using as we work through this troubleshooting scenario, like Base64. After the installation finishes, you'll see a message down towards the bottom of your screen asking you to add a GNU bin directory to your path. Copy the path line underneath it like this. Then in the next empty line, run export, then paste that path command that you copied in. This will make sure that we're using the right version of the tools that we'll be using. After you do this, make sure that you're using the right set of tools by running openssl dash dash version as well as base64 dash dash version.…

Contents