Remove page x
article thumbnail

Technology Short Take #87

Scott Lowe

Cloud Computing/Cloud Management. The folks over at Cloudify recently did a survey on the state of “enterprise multi-cloud”; the report is available here (doesn’t appear to be behind a paywall/regwall). J has launched a Patreon page to help drive funding to enable him to create new storage-related content.

Storage 60
article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

This approach is a lot more cost effective than spinning up multiple servers in your cloud provider of choice, wiring them together, and then learning the basics of Kubernetes. We want our service to expose port 80 from our deployment’s containers behind a load balancer and this command will achieve just that.

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