Tagged: Kubernetes

Helm logo 0

How to get started with Helm 3

Helm is the de-facto package manager for Kubernetes. Helm 3 is a huge step forward for Kubernetes and for Helm too. In this article you’ll learn how to get started and be productive with Helm 3...

0

Podman: all you need to know about Dockerless Docker

In the ever-fast-moving container world there is a silent revolution going on that goes by the name of Dockerless Docker. Docker brought containers into mainstream, however what is the difference between a Docker and a container?...

0

2020: Trends and predictions for technology and IT

Predictions are always hard to make especially in technology, or are they? Machine Learning is getting better and better at making predictions, while IoT is reversing the common approaches in Cloud Computing while using Cloud Computing....

Mesos Logo 0

Is Apache Mesos dead, and why should you care

Apache Mesos is a distributed kernel that enables multiple machines to work as if they were a single computer. Mesos is primarily used in Big Data deployments alongside Hadoop, Spark, Kafka and others. But is Mesos...

Kubernetes Logo 0

K3OS: pico Kubernetes operating system

Kubernetes has revolutionized the way to manage containerized workloads at scale. Kubernetes is the perfect tool when you need to scale horizontally, but what happens when you run Kubernetes on a 1GB RAM node? Things start...

Helm logo 0

Helm: the package manager for Kubernetes

Containers have revolutionized the way we create, develop and deploy applications. While managing large fleets of containers is difficult, Kubernetes handles it very well… but managing Kubernetes is hard. On top of that, composing multi-container applications...