-
-
MacAdmins Episode 185: The MSP Toolchain with Ryan Grimes
-
Macsysadmin 2020 Keynote Deck
I’ve decided that it would be awesome if anyone took any of my works and built on top of them. So I’m including the raw keynote deck and the pdf of the deck for my Macsysadmin talk this year. Please feel free to use the raw deck without attribution. No copyright or copyleft or any of that involved. <3
-
Kubectl: Echo and Check
After a virtual machine is provisioned and booted, we can echo the server and check that the cluster is deployed properly. Here, we’ll use a yaml file called kube_cluster_config604.yml (but your name may be different). That file should be in the directory with the cloned repo. We’ll kick it off with the kubectl binary. First, we’ll run a simple kubectl defining the –kubeconfig and then the yml file and apply a command that is an echo.yml (to see an example of that, check out( https://github.com/spinnaker/echo/blob/master/echo-web/config/echo.yml): kubectl --kubeconfig kube_cluster_config604.yml apply -f echo.yml We can then check the deployment using a get verb followed by pod, deployment, ingress, and sac: kubectl --kubeconfig…
-
A History Of Cybernetics
-
Provision docker from vagrant
Quick and dirty snippet of the day (so I remember)… The following line in a Vagrantfile will provision docker on the system. config.vm.provision "docker", run: "once"
-
MacAdmins Podcast 184: Swift Apps with Nindi Gill
-
PGP And The First Amendment
-
MacAdmins Podcast 183: Mass Storage with Bob Kite
-
Jamf After Dark: Jamf At Home