Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

The Silent Digital Transformation Killer

Digital transformation, no matter what form it takes within your organization, is a high-stakes initiative to deliver strategic impact to the business. The cloud is a pivotal enabler to that effort. But there’s a flip side—challenges related to migrating and managing workloads in the cloud can have a negative impact on the success of your transformation efforts.

How A Cost Intelligence Mindset Will Help You Survive The Tech Industry Slowdown

In the past couple of months, after nearly a decade of huge returns and steady growth, the tech industry has officially slowed down. Companies are tightening their belts — laying off employees, freezing spending, and lowering budgets. If you work in tech right now, it’s likely you’ve felt it.

Kubernetes as a Service using Amazon EKS

Kubernetes is an open source software that helps you manage and deploy your containerized applications. Kubernetes consists of two major component control planes (which decide where to run your pod) and a worker node (where your workload runs). As Kubernetes is a complex system, managing these components is challenging, and this is where you can use a Kubernetes as a Service solution like Amazon Elastic Kubernetes Service (EKS).

All You Need To Know About Multi-Cloud Security

A recent study from Juniper Research predicts the value of enterprise cybersecurity spend will continue to climb, exceeding $226 billion in 2027; up from $179 billion in 2022. This growth of 26% over the next five years reflects a rising awareness of vulnerabilities, not least of which is DDoS (Distributed Denial of Service) as a key driver behind the increasing spend.

Kubernetes Annual Report 2021: What you need to know

The Cloud Native Computing Foundation published their Annual Report for 2021 which outlines the past year and what can be expected in the upcoming 6 months. Community leaders and 62,000 contributors on GitHub came together to report on initiatives and updates to create CNCF’s second annual report. So, here are the important updates from the Kubernetes Annual Report that we think you need to know.

Spot PC is like your regular coffee order, same price each time

$3.68. That’s how much it costs for my 12oz double latte at our local coffee shop. Something is comforting about knowing exactly what the price will be. Whether I go in on a Monday morning to kick off the week with some caffeine or stop by on the weekend as an indulgence while running errands, my order is always $3.68. I know I can get my latte and leave a tip with a $5 bill, no fussing with swiping a card or dealing with change.

The 7 DevOps Lifecycle Phases: How To Manage Costs At Each Step

DevOps helps developers and operators work together to create high-quality software quickly. DevOps is a modern software development philosophy that uses various tools, processes, and people to get ideal results rapidly. As a result, companies that use DevOps satisfy customer needs, achieving a competitive advantage.

The private cloud future: Data centres as a service

Even after the public cloud hype, private clouds remain to be a very essential part of many enterprises’ cloud strategy. Private clouds are simply giving CIOs more control over their budgets, enabling better security and allowing the flexibility to build best of breed IT solutions. So let’s stop here and take a step backwards, why are organisations even investing in their IT?

New Active Directory Integration features in Ubuntu 22.04 (part 3) - Privilege Management

Linux Active Directory (AD) integration is historically one of the most requested functionalities by our corporate users, and with Ubuntu Desktop 22.04, we introduced ADsys, our new Active Directory client. This blog post is part 3 of a series where we will explore the new functionalities in more detail.

How to deploy a Go web application to the cloud (Part 1)

Go has emerged as a popular option to develop web applications, especially for API backends, used by a React or Vue frontend. This post is the first of a multi-post series on the deployment of a web application to a cloud provider, starting with the simplest form of deployment, all the way to using Kubernetes for your web apps.