Operations | Monitoring | ITSM | DevOps | Cloud

Linux

An Introduction to Syslog

Syslog is an event logging standard that lets almost any device or application send data about status, events, diagnostics, and more. It’s commonly used by network and storage devices to ship observability data to analytics platforms and SIEMs in order to support and secure the enterprise. Syslog is an excellent lightweight protocol to get telemetry from small scale devices.

A technical deep dive into Kubeflow 1.6

Kubeflow 1.6 is finally here! 🎉🎉🎉 The open source MLOps platform of choice keeps evolving year over year, growing in popularity and available features. Learn about the technical aspects of the new release and listen to a deep dive into the new features with the engineering team of Charmed Kubeflow. We will be talking about pipelines, Katib and the news about the scheduler.

Charmed Kubeflow 1.6 is now available from Canonical

8 September 2022- Canonical, the publisher of Ubuntu, announces today the release of Charmed Kubeflow 1.6, an end-to-end MLOps platform with optimised complex model training capabilities. Charmed Kubeflow is Canonical’s enterprise-ready distribution of Kubeflow, an open-source machine learning toolkit designed for use with Kubernetes. Charmed Kubeflow 1.6 follows the same release cadence as the Kubeflow upstream project.

Network Monitoring & eBPF

I’m not going to lie, I have a strong hatred towards the Berkeley Packet Filter (BPF). There are a lot of reasons mainly having to do with having to support BPF on a network monitoring tool. There’s also the challenge of writing BPF filters and the weird way they work. So when I first heard about eBPF, I was more than a little reluctant to be excited. As I dug in further, I became much more excited about the technology and the benefits it can bring. So, what is eBPF then?

Best practices to publish open-source software operators

Running or operating applications requires several tasks throughout their lifecycle: scaling instances, checking the health, integrating with other applications, running backups, and applying updates – to name a few examples. It’s a time and labour-intensive process. To automate these tasks, developers can implement scripts for repeated execution. This is where the software operator comes in.

Canonical Kubernetes 1.25 is now generally available

The Canonical Kubernetes team is delighted to announce that Canonical Kubernetes 1.25 is now generally available, with Charmed Kubernetes joining our Microk8s release last week, following the release of upstream Kubernetes on 23 August. We consistently follow the upstream release cadence to provide our users and customers with the latest improvements and fixes, together with security maintenance and enterprise support for Kubernetes on Ubuntu.

FIPS Certified vs FIPS Compliant #security #fips #development

How are FIPS Certified and FIPS Compliant implementations different? What makes the most sense for your organisation? The answer may surprise you. As consumers, we are prone to accept something that’s certified as best-in-class. When it comes to FIPS, which offering provides the best security posture? Watch this short video to learn about the difference. Subscribe to our Channel for more content. And follow our other social accounts.

Kubernetes operators - the top 5 things to watch for

Software operators are steadily revolutionising how we deploy and run complex distributed systems. They offer the promise of low-intervention, self-driving software – ideally leading to service reliability gains and better uptime. For an introduction to Kubernetes operators, check out our introductory webinar or download our guide to Kubernetes operators.

FIPS certified vs compliant: what's safer?

Encryption is key to protecting sensitive data. There are several methodologies using different cryptographic algorithms to convert plain text into cipher text. Navigating multiple methodologies and algorithms creates a complex, labour-intensive process for teams evaluating the cryptographic services offered within software components.