Task-based containers using Kubernetes Jobs
|

Task-based containers using Kubernetes Jobs

Containers are widely used for deploying and running applications. There are several benefits for containerizing applications. They offer a consistent environment for applications to be deployed to together with their dependencies. Containers are able to isolate workloads, and guarantee a certain amount of resources for each workload. In addition, they can be created fast, on…

Local Kubernetes cluster using kubeadm and Weave Ignite
|

Local Kubernetes cluster using kubeadm and Weave Ignite

As someone who is just learning Kubernetes, I want a local cluster where I can learn the basics of Kubernetes by testing and breaking things! I have lately been testing different tools for creating local kubernets clusters, and there are many good tools for doing so. However, many of them only spin up a single…