Operations | Monitoring | ITSM | DevOps | Cloud

Canonical

Is your database on Kubernetes production-ready?

Last May, KubeCon gathered multiple tech enthusiasts, students, professionals, and companies. The event highlighted various topics and insights on how to collaborate on pushing the boundaries of cloud-native computin One of our Engineering Directors, Mykola Marzhan, shared his knowledge about databases on Kubernetes at KubeCon, during a session organised by the DoK.Community. We’ve picked out some of the key highlights from the talk below.

How to get started with Ubuntu Core on Raspberry Pi

This video shows how to get started with Ubuntu Core on Raspberry Pi. This is the first video of a series focused on Ubuntu Core running on Raspberry Pi, where we will guide you from the first baby steps to the most advanced features, showing practical use cases and examples that you can use. In this first video, we will see: If you want to learn more, please read.

The Kubernetes Autoscaler Charm

Managing a Kubernetes cluster is a complex endeavor. As demands on a cluster grow, increasing the number of deployed pods can help ease the load on the system. But what do you do when you run out of nodes to host those pods, or when the load decreases and some nodes are no longer needed? Manually adding or removing nodes is possible, but wouldn’t it be better if there was a way to automate that task? Fortunately, that’s exactly what the Kubernetes Autoscaler charm is for!

Private cloud: Avoiding the high cost of operations

Technology plays a strategic role in the success of any organisation. Whether you’re part of an enterprise with thousands of employees across the globe or running a startup from the garage of your home, the success of the business comes down to how you consume technology. However, it’s not that straightforward, and IT decision makers usually have to make a lot of trade-offs when investing in technology.

Embedded Linux development on Ubuntu - Part III

Welcome to the concluding chapter of this journey on embedded Linux development with Ubuntu. We covered a lot of ground, so let us quickly recap what we learned so far. In Part I we introduced Snaps, software packages designed for the world of IoT. Snap packages isolate and encapsulate an entire application, increasing the security and stability of embedded devices. Snapcraft is the command-line tool to build snaps.

New Active Directory integration features in Ubuntu 22.04 - FAQ

Linux Active Directory integration is one of the most popular and requested topics from both the community and our clients. On May 17 we delivered a webinar on the new AD integration features introduced with 22.04 (now available on demand) and following that we received an overwhelming number of questions. In this blog post we would like to address directly the most frequent ones

Embedded Linux development on Ubuntu - Part II

Welcome to Part II of this three-part mini-series on embedded Linux development on Ubuntu. In Part I, we set the stage for the remainder of the series and gave an overview of snaps, the packaging format at the heart of embedded devices running Ubuntu. Snaps are a secure, confined, dependency-free, cross-platform Linux packaging format. Software publishers often want to manage their application components using containers.