Category: General
Deploying Kubernetes on SmartOS
Some things are just explained better through video. Here I’m deploying Kubernetes on SmartOS with the help of bhyve.
Using cloud-init with SmartOS
SmartOS provides the ability to inject cloud-init data into a zone/VM. This is extremely useful for automating some of the menial tasks one would normally have to perform manually like setting up users, installing packages, or pulling down a git repo. Basically, anything you can stuff into cloud-init user-data is at your disposal. However, since… Continue reading Using cloud-init with SmartOS