#kubernetes
Get up to speed with Kubernetes with our posts!
Check out our pinterest page dedicated to kubernetes as well!
Getting to know kubernetes
Oct 01, 2020
You've probably heard of Kubernetes aka k8s if you've chatted about devops or containerization. Is it just the shiny new(ish) thing? Let's take a look into what it is and what we can do with it.
Shared Volume In Kubernetes - Using hostPath
Sep 23, 2020
Since data by nature in a container doesn't persist it is useful to be able to use a volume to allow data to persist across deployments. We wrote about this in our Docker post and it is a bit different in Kubernetes.
Kubernetes Shortcuts & Helpers
Jul 28, 2020
If you work in CLI often enough you know how helpful it is to have shortcuts to both save time and key strokes. Check out these for kubernetes
Converting Docker Compose To Kubernetes Files
Mar 10, 2020
Kubernetes is a container orchestration system for automating deployment scaling and management. At some point you might outgrow using Docker and want to use Kubernetes to manage your containers. There are some great tools to make that transition easier.