$ mkdir -P ~/.local/bin
$ wget https://gist.githubusercontent.com/aaronkjones/ca4fed7cc1c8cee74efd6e7879c14a34/raw/f5180810538593f54f0af4358e7b04566d48925f/install-kubectl.sh -O ~/.local/bin/install-kubectl.sh`
$ ~/.local/bin/install-kubectl.sh v1.21.14
Exam taken Sept. 2020
- The test environment is in Google Chrome, in a split window layout. The left side of the screen shows the question and controls; The right side, a terminal tab and instructions tab
- You can have only one other tab open and are allowed access to Kubernetes docs and blog only
- You'll probably want a decent sized monitor and you're able to use a secondary monitor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Set all repositories of a given GitHub organization name for a given user | |
to watching. | |
""" | |
import argparse | |
import json | |
import requests | |
def get_repos(url, repo_list=[], auth=None): |
Yes - you can create a Kubernetes cluster with Raspberry Pis with the default operating system called Raspbian. This means you can carry on using all the tools and packages you're used to with the officially-supported OS.
- You must use an RPi 2 or 3 for use with Kubernetes
- I'm assuming you're using wired ethernet (Wi-Fi also works, but it's not recommended)