Remove page x
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

On the macOS machine that I’m going to use,I will download the latest static binary, make it executable, and put it into my $PATH: $ curl -Lo minikube [link] && chmod +x minikube && mv minikube /usr/local/bin/. The post Getting Started with Kubernetes Using Minikube appeared first on Linux Academy Blog.

article thumbnail

Technology Short Take #87

Scott Lowe

Vincent Bernat has a really in-depth article on IPv4 route lookup on Linux (and one on IPv6 route lookup as well). Andrew Montalenti discusses the state of Linux on the desktop by examining his own journey with various Lenovo-branded laptops. John Kozej walks through how to configure vCenter HA using the NSX load balancer.

Storage 60
article thumbnail

CoreOS Continued: Fleet and Docker

Scott Lowe

The GitHub page for fleet describes it as a “distributed init system” that operates across a cluster of machines instead of on a single machine. OS X provides an SSH agent by default, but on Linux systems you will probably have to manually run an SSH agent and add the appropriate SSH key: eval `ssh-agent -s` ssh-add ~/.ssh/keyfile.pem.

Linux 61