Skip to main content
  1. Blog
  2. Article

Alex Cattle
on 3 February 2020


The container landscape is based on constantly evolving technology, with Kubernetes dominating the ecosystem for automating and managing containerised applications. While a very powerful software, it’s also complex. How do you compare Kubernetes to other options, get started with containers, and maintain over the long-term?

In this webinar, you will learn:

  • What the container landscape looks like today, including migration from virtualisation to containerisation
  • Why Kubernetes is becoming the industry standard
  • Ease of container management with Kubernetes for developers from testing to production
  • Aspects of Kubernetes for managing containerised applications
  • Strategies for deployment
  • Ease of deployment and automation to easily stand up in the data centre
  • Ongoing management considerations

Watch the webinar

Related posts


Canonical
20 March 2026

Canonical partners with Snyk for scanning chiseled Ubuntu containers

Canonical announcements Article

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security solution, now offers native support for scanning chiseled Ubuntu containers. This partnership will create a path to a more secure container ecosystem, where developers wi ...


Jake Nabasny
17 March 2026

How to set up a micro lab: four principles for a reliable homelab

MicroCloud Article

After over a decade of running a homelab, I have learned a few difficult lessons. Although it begins as a “lab,” you inevitably end up with something you want to keep. If a service goes down for an extended period of time or you lose data, it can feel catastrophic. The anxiety of missed emails ...


Javier de la Puente
13 January 2026

Deploy your Spring Boot application to production

Cloud and server Article

In this article we walk through the steps required to deploy a Spring Boot application to production using Juju and Kubernetes. The goal is to showcase the integration of the application with essential services like PostgreSQL for database management and Traefik for ingress control. ...