Operations | Monitoring | ITSM | DevOps | Cloud

February 2023

Sponsored Post

Reducing Security Incidents: Implementing Docker Image Security Scanner

Are you utilizing Docker to deploy your applications? If so, you're not alone. The use of Docker has skyrocketed in popularity in recent years. While it offers numerous benefits, it also introduces new security risks that need to be addressed. But, why is reducing security incidents so important? Simple - the cost of a security breach can be devastating. From lost customer trust to financial losses, the consequences of a security incident can be severe. That's why it's crucial to take steps to prevent them from occurring in the first place. Enter Docker image security scanners.

How Livecycle Makes Qovery Preview Environments 10x More Valuable

Hey there, We were thrilled to see Livecycle.io's recent article on "Why Qovery Preview Environments Are So Valuable to Development Teams"! We truly believe in the power of our preview environments, and we're excited to share this summary with you. So, if you're interested in learning more about what Livecycle.io is and how they can make our preview environments event better, keep reading.

Optimize Kubernetes workload resourcing with StormForge and Datadog

StormForge Optimize Live is a machine learning-powered performance and resource optimization solution for Kubernetes workloads. Optimize Live ingests and analyzes production observability data and recommends specific actions to optimize CPU and memory utilization. You can take these actions manually or set them to occur automatically, making it easier to maintain a high level of application performance while minimizing cloud costs.

Kubernetes Liveness Probes: A Practical Guide

Have you ever wondered how you can help Kubernetes manage your pods in the most efficient way? Kubernetes can do a decent job “out of the box,” but it can be optimized just like any other system. One such optimization in the Kubernetes world is introducing liveness probes, and in this post, you’ll learn everything about them.

Containerization 101 | Getting Started & Best Practices

Containers and Microservices architectures are no longer the new kid on the block, and it may be time to take a fresh look at your ecosystem. In this session we will provide a baseline for getting started with containerization in 2023 with a strong emphasis on security. To help the novice and the seasoned veteran, we’ll navigate topics that apply to all, including.

What's new in Calico Enterprise 3.16: Egress gateway on AKS, Service Graph optimizations, and more!

We are excited to announce the early preview of Calico Enterprise 3.16. This latest release extends the active security platform’s support for egress access controls, improves the usability of network-based threat defense features, and scales visualization of Kubernetes workloads to 100s of namespaces. Let’s go through some of the highlights of this release.

New Feature: Deployment Pipeline

At Qovery, we're always looking for ways to make the deployment process more efficient and reliable for our users. We're excited to announce the release of our Deployment Pipeline feature, a big milestone that opens up tons of opportunities for managing service deployment order, deploying services in parallel, and much more. Let's dig deeper..

Reducing Your Cloud Spend - Civo Webinars

In this session, Mark Boost, Dinesh Majrekar, and Saiyam Pathak discuss the current state of the cloud industry and why costs are high, how to take steps to reduce spending, and how Civo can help. Mark Boost (CEO, Civo) explores the cost of cloud in this talk, looking at the history and current state of the cloud industry to uncover why costs are high and what can be done about it.

Using D2iQ Kubernetes Platform to Deploy Multiple Flix Instances

This video showcases how to run multiple Flix instances in the D2iQ Kubernetes Platform (DKP) installed through a custom Catalog item. Does your Studio Operations Team find managing multiple Flix instances difficult to maintain? Well, not anymore! With DKP, managing multiple Flix instance has never been easier or more streamlined, and gives your Operations team all the tools needed to get started on a Day 2 production ready Kubernetes cluster.

Managing Azure Kubernetes Service (AKS) with the D2iQ Kubernetes Platform (DKP)

This video describes how to use the D2iQ Kubernetes Platform (DKP) to manage an existing CNCF-conformant cluster created with Microsoft Azure Kubernetes Service (AKS). Getting to Kubernetes is a first step. Getting Kubernetes into production is quite another! You've got a few clusters in place already, and they may even be in production, but what you need now is some way to manage them all from the same place. DKP can help! You can use DKP to manage existing clusters as well as new clusters you create with DKP itself.

Out with the Old, In with the New

As Mobile World Congress 2023 approaches, the latest technological advances in the telecom industry will take center stage. At the forefront of these advances are the innovations brought about by open-source technologies. At Canonical, we are leading the way in this space, with groundbreaking developments in OpenRAN automation and distributed compute management that outperform our competition.

6 common issues and how to tackle them with Kubernetes monitoring tools

Kubernetes, one of the most popular container management systems, automates the work necessary for deploying and scaling a containerized application by managing a large number of interdependent microservices. Additionally, it allows for the migration and deployment of containerized applications across different platforms in a multi-cloud environment.

Harnessing the potential of 5G with Kubernetes

5G is the fifth generation of wireless technology which is transforming the way we connect and communicate. With data transfer speeds up to 100 times faster than 4G, 5G technology enables faster download and upload times, lower latency and a higher number of connected devices. Additionally, 5G networks will support a wider range of frequencies, including high and low bands, which will ensure wider coverage and greater reliability.

FinOps Observability: Monitoring Kubernetes Cost

With the current financial climate, cost reduction is top of mind for everyone. IT is one of the biggest cost centers in organizations, and understanding what drives those costs is critical. Many simply don’t understand the cost of their Kubernetes workloads, or even have observability into basic units of cost. This is where FinOps comes into play, and organizations are beginning to implement those best practice standards to understand their cost.

Prometheus and Kubernetes Metrics Ingestion

Prometheus is one the the most acclaimed solutions for Kubernetes monitoring. There are multiple add-ons and exporters that facilitate the task of pulling Kubernetes metrics. Sysdig Monitor is a cloud-native observability platform that helps businesses with the whole observability lifecycle. It provides simplicity at all times, allowing companies to rapidly pull their Kubernetes and Prometheus metrics without headaches.

What's New in Sysdig - February 2023

What’s New in Sysdig is back again with the February 2023 edition! I am Michael Rudloff, an Enterprise Sales Engineer based in the United Kingdom, and I am very excited to update you with the latest feature releases from Sysdig. This month, Sysdig Secure brings a couple of new features. We have added reports to Risk Spotlight – Risk Spotlight can show you which packages with vulnerabilities are currently in use in a running container across your whole Kubernetes environment.

Canonical Edge Demo - AWS Deployment

Microk8s cluster deployment on AWS via CAPI In this demo, we will be deploying a microk8s cluster on AWS. The cluster consists of 3 control plane and 3 worker nodes. The deployment is performed using Cluster API (CAPI). For the full demo, join us at MWC Barcelona 2023 where you'll be able to see Spectro Cloud's Palette automation engine deploying and managing Canonical's MicroK8s Kubernetes distribution on Ubuntu OS with real-time kernel. Witness the capabilities to create, scale, upgrade, and destroy Kubernetes clusters, with demonstrations on AWS and Edge use cases.

Strategies for Kubernetes Cluster Administrators: Understanding Pod Scheduling

Kubernetes has revolutionized container orchestration, allowing developers to deploy and manage applications at scale. However, as the complexity of a Kubernetes cluster grows, managing resources such as CPU and memory becomes more challenging. Efficient pod scheduling is critical to ensure optimal resource utilization and enable a stable and responsive environment for applications to run in.

How to Create and Manage Secrets in Kubernetes

Kubernetes Secrets are a built-in resource type that's used to store sensitive data. This blog teaches you how to work with Secrets in Kubernetes. Kubernetes can do many things, but we usually refer to it as a “container orchestrator.” Orchestrating containers means starting and restarting them when needed, ensuring their configuration matches the declared state, and autoscaling them. But Kubernetes can do much more than that.

Automate Your Deployments on Kubernetes Using GitHub Workflows and JFrog Artifactory Custom Webhooks

Full automation makes your Continuous Deployment (CD) faster, seamless and less error prone. For example, triggering the deployment of your Helm Chart when a Docker image is pushed to production. The latest JFrog Artifactory release makes this easy! With a new Custom Webhook feature that enables a direct integration with a variety of services such as Gitlab Pipelines, Jenkins and GitHub Actions.

D2iQ Kubernetes Platform + Aerospike Real-Time Data Platform: Build Once, Scale Forever

D2iQ and Aerospike have partnered to help developers and data architects spend less time managing and maintaining their infrastructure and more time delivering mission-critical applications that provide business value at scale. The Aerospike Kubernetes Operator has been certified on the D2iQ Kubernetes Platform (DKP) to enable organizations to efficiently deploy and operate Aerospike clusters. Aerospike is a high-performance NoSQL database that enables high-speed data processing at scale.

Master Kubernetes Monitoring with these Must-Track Metrics

Managing a Kubernetes cluster requires a keen eye for detail and a deep understanding of its complex structure. To ensure smooth operation of your applications and optimal performance, it is vital to monitor a wide range of metrics across the different components of your cluster. In this article, we will discuss key metrics that can be used to monitor both self-managed and cloud-managed Kubernetes environments, helping you to keep your cluster running at its best.

Securing a DKP Cluster - Logging, Monitoring, & Compliance

This video discusses securing your D2iQ Kubernetes Platform clusters, and the importance of Logging, Monitoring, and Compliance to cluster security. Join Lauren to learn why she says, "...If you don't know what your assets are, where they are, and how they are performing in real-time, you have no hopes of securing your cluster!"

Scripting vs Automation: Which way is best?

Here at D2iQ we feel your pain! In a fast-paced world where doing your day to day is hard enough, understanding why you would want to automate, yet alone finding the time, is a daunting challenge. Check out this short video to see some of the benefits and why putting in that up-front expense to get to true Cloud Native development and operations is worth the effort and pays off well in the future.

Top Trends in DevOps - Microservices Architecture

The world of DevOps is constantly evolving and adapting to the needs of the software development industry. With the increasing demand for faster and more efficient software delivery, organizations are turning to modern technologies and practices to help them meet these challenges. In a series of articles on the Kublr blog, we will take a look at some of today’s top DevOps trends.

Qovery Demo Day - February 2023

Qovery is a platform delivering Environments as a Service in your Cloud, where you can build, deploy and test in production-like environments. Qovery turns app deployment and environment provisioning on AWS a breeze. Developers can instantly spin up production-like environments and start shipping in seconds. Join Albane (Product Marketing at Qovery), Alessandro (Lead Product Manager at Qovery), and Romaric (CEO at Qovery) to see in action what we worked on last month and what's next.

Qovery Demo Day - November 2022

Qovery is a platform delivering Environments as a Service in your Cloud, where you can build, deploy and test in production-like environments. Qovery turns app deployment and environment provisioning on AWS a breeze. Developers can instantly spin up production-like environments and start shipping in seconds. Join Albane (Product Marketing at Qovery), Alessandro (Lead Product Manager at Qovery), and Romaric (CEO at Qovery) to see in action what we worked on last month and what's next.

Qovery Demo Day - December 2022

Qovery is a platform delivering Environments as a Service in your Cloud, where you can build, deploy and test in production-like environments. Qovery turns app deployment and environment provisioning on AWS a breeze. Developers can instantly spin up production-like environments and start shipping in seconds. Join Albane (Product Marketing at Qovery) and all the Qovery team for a special end of the year Demo Day!

Gopaddle - A Low-Code Internal Developer Platform for Canonical's MicroK8s edge cloud

We are excited to announce the launch of gopaddle, the Low-Code Internal Developer Platform, as a community addon for MicroK8s edge cloud. This addon will help Kubernetes developers accelerate the development of distributed applications at the edge. In today’s fast-paced business landscape, the ability to quickly and efficiently develop new applications is critical to success.

5 key functions you need for your Kubernetes monitoring tool

As an open-source container management system, the Kubernetes (commonly referred to as K8s) platform’s constant growth warrants an intricate cluster network, making it challenging to gain system-wide visibility. Even a tiny disruption within the network could collapse the entire operation, resulting in the failure of dependent applications. Businesses that rely on such containerized applications may experience a huge impact in revenue.

Building a Mock Server from User Traffic in Kubernetes

A mock server can prove useful in many circumstances. Imagine you’re an engineer working on optimizing a feature inside of an existing API that relies on multiple other microservices to function properly. To fully test the optimizations, you’ll have to set up test versions of all the dependencies, which quickly proves to be quite a task in and of itself. This is where a mocks—a server that simulates the behavior of a real server—can be very beneficial.

Unlocking the Potential of Machine Learning on the Cloud

Nowadays, when most people think about the term “machine learning,” they think of advanced, refined applications such as Chat-GPT, the chatbot-based deep learning text generator, or AlphaGo, the computer program that’s currently the “world's best player” of the board game Go.

Deep Dive into Qovery's Environment Variables and Secrets Management

Deploying an application is an intricate process that requires managing environment variables and secrets. These variables and secrets help applications access essential resources such as API keys, database credentials, and more. However, manually managing these variables and secrets can be challenging and time-consuming, especially for engineering teams that manage multiple applications. Fortunately, Qovery has a solution for this.

Process monitoring: How you can detect malicious behavior in your containers

The default pod provisioning mechanism in Kubernetes has a substantial attack surface, making it susceptible to malevolent exploits and container breakouts. To achieve effective runtime security, your containerized workloads in Kubernetes require multi-layer process monitoring within the container.

D2iQ Kubernetes Platform + GitLab: Deliver Better Code Faster

D2iQ and Gitlab have partnered to help Kubernetes DevOps teams deliver higher-quality code faster through automation, integration, and verification of code. DKP provides a fully automated and integrated Kubernetes platform for developing and managing container deployments.

The Cloud Monitoring Journey

Monitoring is not a goal, but a path. Depending on the maturity of your project, it can be labeled in one of these six steps of the cloud monitoring journey. You will find best practices for all of them and examine what companies get from each one. From classic virtual machines to large Kubernetes clusters or even serverless architectures, companies have adopted the cloud as a mainstream way to provide their online services.

What is the ImagePullBackoff error in Kubernetes and how to fix it?

Like CrashLoopBackoff, the ImagePullBackoff is not an error but a waiting status you might see in your kubernetes pods, with the backoff time increasing after every retry. The error itself is "ErrImagePull", and it happens when there are issues when pulling the container image to the kubernetes node. So how do you solve these pull errors? Take a look at our video to get some ideas on how to resolve the various issues!

Tanzu Application Platform on AWS QuickStart: Now for Multicluster Deployments Too

The modular nature of VMware Tanzu Application Platform offers a customized environment for both developers and operators, bolstering their modernization efforts. In order to help customers reach their organizational goals, VMware continually works to refine the customer experience.

Kubectl wasn't intended for Devs. Why should you force them to use it?

Kubernetes is a quintessential operating system for the cloud, providing a platform for the deployment, scaling, and management of containerized microservice applications. At the heart of Kubernetes is the Kubernetes API, which serves as the primary entry point for interacting with the system. The official client for the Kubernetes API is kubectl, a Kubernetes CLI tool that allows users to manage a Kubernetes cluster and perform a wide range of tasks.

Simplify management across cloud platforms with OpenCP

Managing your clusters has become a complex and confusing task. With scattered tools and the requirement to learn specific tools from cloud providers, many companies have trouble making the most of the cloud. That's where OpenCP comes in. Join us as we explore the benefits of simplifying management across cloud platforms with OpenCP. We’ll dive into the benefits of using OpenCP, how it works, and how it is built on the best practices of kubectl and kubeapi.

How to "Live Tail" Kubernetes Logs

DevOps engineers wishing to troubleshoot Kubernetes applications can turn to log messages to pinpoint the cause of errors and their impact on the rest of the cluster. When troubleshooting a running application, engineers need real-time access to logs generated across multiple components. Collecting live streaming log data lets engineers: The challenge that engineers face is accessing comprehensive, live streams of Kubernetes log data.

When is the Right Time to Adopt a Kubernetes Management Tool?

Platform teams are expecting an increase in Kubernetes cluster count within their environments. This is clear from the hyper-growth of cluster implementation that was reported in our latest State of Kubernetes survey (read this blog for more information), as well as the fact that we heard it directly from our customers during VMware Explore 2022.

Scaling Your Applications on Civo Platform, A PaaS Solution

Managing infrastructure while developing, building, and running an application is difficult for developers. In fact, many businesses often struggle with infrastructure management besides managing their applications. To tackle this problem, Platform-as-a-Service or PaaS came into existence. PaaS provides a platform with a cloud-based environment for developers to develop and manage their applications with pre-configured tools and frameworks.

Qovery Demo Day Summary - February 2023

Join us for a recap of the latest updates from Qovery Demo Day, held on February 9th. Our event provides insight into what we accomplished in the past month and what's to come while showcasing some exciting new features. From our refreshed website and pumped CLI, to job deployments and demos, to upcoming deployment order and parallel deployment, ARM instance type support, and audit logs, get ready for an exciting look at what's new with Qovery and what’s next! ✨

Securing Your Environment with Tools Before Rules

The companies we at VMware Tanzu work with are constantly looking for new, better ways of developing and releasing quality software faster. But digital transformation means fundamentally changing the way you do business, a process that can be derailed by any number of obstacles. In his recent video series, Michael Coté identifies 14 reasons why it’s hard to change development practices in large organizations. Today, we look at the second digital transformation bottleneck: security.

Sponsored Post

Testing Kubernetes Ingress with Production Traffic

Testing Kubernetes Ingress resources can be tricky, and can lead to frustration when bugs pop up in production that weren't caught during testing. This can happen for a variety of reasons, but with Ingress specifically, it often has to do with a misalignment between the data used in testing and the traffic generated in production. Tools like Postman can be a great way of generating traffic, but they have the drawback of being manually created. Not only is this unlikely to create all the needed variations for a single endpoint (different headers, different request bodies, etc.), it would be almost impossible to create all the needed variations, for all possible endpoints.

Exploring Azure Kubernetes Service and its monitoring capabilities

What is Azure Kubernetes Service? Azure Kubernetes Service (AKS) is a fully managed open-source container orchestration service offered by Azure. Provisioning, scaling, and upgrading resources can be done without causing downtime with Azure Kubernetes Service. Container orchestration in Kubernetes enables deployed application components to be isolated in distinct containers that can scale independently. A cluster made up of these containers functions as a microservices-based software product.

Optimize Kubernetes Performance Part 2: Creating Comparisons

The main idea behind Kubernetes is to create a standardized approach to running containers in the cloud. Whether you’re running AKS on Azure or EKS on Amazon, your cluster should still behave in more or less the same way. But that’s not to say you’re locked in to doing things one way; Kubernetes still offers a lot of flexibility in many cases. This is what experienced engineers take advantage of when trying to optimize Kubernetes performance.

Complete Guide on Docker Logs [All access methods included]

Docker logs play a critical role in the management and maintenance of containerized applications. They provide valuable information about the performance and behavior of containers, allowing developers and administrators to troubleshoot issues, monitor resource usage, and optimize application performance. By capturing and analyzing log data, organizations can improve the reliability, security, and efficiency of their containerized environments.

The ultimate guide to scanning Kubernetes workloads using Trivy-Operator

Testing is a vital aspect of security. Unfortunately, there are vulnerabilities that bypass the testing stage and introduce flaws in the production environment. Kubernetes vulnerabilities make more impact when exploited on running applications and production environments. These vulnerabilities can allow hackers to exploit the host machine if the container has escalated privileges.

An Introduction to Talos Linux: The New Kubernetes Operating System

As the cloud native environment becomes increasingly more complex, new systems are needed to combat this issue and create simplified, secure, and stable working environments. Sidero Labs developed Talos Linux as a way to run Kubernetes consistently across all platforms, such as Edge, Cloud, Virtual, and Bare Metal. Talos Linux is a secured Linux distribution designed specifically for managing Kubernetes.

Continuous deployment of a Dockerized .NET Core app to AWS ECR

Containers are a useful tool for deploying applications because they allow for the packaging of an application’s code, libraries, and dependencies into a single, isolated unit. This makes it easy to deploy and run the application on any computer or server that has the necessary container software installed.

Prometheus Alertmanager best practices

Have you ever fallen asleep to the sounds of your on-call team in a Zoom call? If you’ve had the misfortune to sympathize with this experience, you likely understand the problem of Alert Fatigue firsthand. During an active incident, it can be exhausting to tease the upstream root cause from downstream noise while you’re context switching between your terminal and your alerts. This is where Alertmanager comes in, providing a way to mitigate each of the problems related to Alert Fatigue.

G2 Ranks SUSE in Top 25 German Companies

I am thrilled to announce that SUSE has been recognized by G2, the world’s largest and most trusted software marketplace, as one of the Top 25 German Companies in their “Best Software Awards” for 2023. At SUSE, we have always been dedicated to providing our customers with the best possible software solutions and services. This award by G2 is a testament to the hard work and dedication of our entire team.

Optimize Kubernetes Performance Part 1: Cluster Configurations

Kubernetes is a powerful platform that comes with many features to help engineers run their applications more efficiently. However, as you gain more experience and deploy more workloads, you’ll inevitably start looking for ways to optimize Kubernetes performance. There are many ways to approach optimization. On one hand, you could work exclusively with the tools and configurations provided by Kubernetes itself; on the other, you could reap the benefits of third-party tools.

Is Kubernetes Monitoring Flawed?

Kubernetes has come a long way, but the current state of Kubernetes open source monitoring is in need of improvement. This is in part due to the issues related to an unnecessary volume of data related to that monitoring. For example, a 3-node Kubernetes cluster with Prometheus will ship around 40,000 active series by default. Do we really need all that data?

Using Hyperconverged Infrastructure for Kubernetes

Companies face multiple challenges when migrating their applications and services to the cloud, and one of them is infrastructure management. The ideal scenario would be that all workloads could be containerized. In that case, the organization could use a Kubernetes-based service, like Amazon Web Services (AWS), Google Cloud or Azure, to deploy and manage applications, services and storage in a cloud native environment. Unfortunately, this scenario isn’t always possible.

Kool Kubernetes Uses

As the movement to the cloud has grown, so has the use of containers as an effective way to package, distribute, and deploy applications. As surveys show, Kubernetes is the most widely used orchestration engine for managing cloud-native containers. Kubernetes automates deployment, auto-scaling, resource optimization, backup and recovery, and enables containers to run across different environments, eliminating the need to develop separate versions for each operating environment.

High throughput Kubernetes cluster networking with the Calico/VPP dataplane and accelerated memif

This blog will cover what the Calico/VPP dataplane is and demonstrate the performance and flexibility advantages of using the VPP dataplane through a benchmarking setup. By the end of this blog post, you will have a clear understanding of how Calico/VPP dataplane, with the help of DPDK and accelerated memif interfaces, can provide high throughput and low-latency Kubernetes cluster networking for your environment.

SRE Principles for Edge Management and Improving Resiliency Using the Best of Kubernetes

This post was co-written by Kirti Apte and Gabry (Maria Gabriella) Brodi. Over the last couple of years, customers have been adopting Kubernetes and microservice-based application deployment models for various technology and business reasons. In fact, there is a trend that customers are now looking to the next set of use cases that include applications across multiple clouds, as well as edge clouds.

Simplify and Secure Your CI Pipelines with Codefresh

Creating effective Continuous Integration pipelines is a daunting task that requires combining knowledge from different areas. At Codefresh we have always strived for a fast feedback loop between both customers and prospects in regards to pipeline speed and simplicity. We always want to improve the onboarding process for everybody regardless of their position in the cloud native journey.

How Grafana Labs uses and contributes to OpenCost, the open source project for real-time cost monitoring in Kubernetes

While more and more teams are adopting Kubernetes as their standard container orchestration technology, cost insight is lacking. Teams often don’t know how much they’re spending, where in their organization they are spending, or what is driving their infrastructure cost increases. OpenCost helps alleviate this problem by bringing real-time cost monitoring to Kubernetes workloads with a solution that encompasses both an open specification and an open source project.

Tanzu Kubernetes Grid 2.1 Enhances Lifecycle Management and Extends Kubernetes to the Edge

VMware Tanzu Kubernetes Grid has become a trusted tool to automate the lifecycle of Kubernetes clusters. The simplicity of management has quickly turned it into a valuable asset in many organizations. The release of Tanzu Kubernetes Grid 2.1 adds new features that enhance lifecycle management and extends Kubernetes to the edge.

The Critical Role of APIs in Microservices Architectures

The first thing to know when exploring APIs vs microservices is that there’s not a dichotomous relationship between these two technical approaches. Instead, you want to build an understanding of how these two technologies relate to each other—and they do, in a big way. So, organizations don’t need to embrace either an API-first or microservices-first strategy.

Helm-Dashboard Crosses 3K Stars As v. 1.0.0 Released

Our latest open-source project, Helm-Dashboard, just crossed 3K stars on GitHub (and hundreds of daily active users), only three months since it was released! We thought this milestone was a good chance to take a look back at our journey, announce the release of v. 1.0.0, discuss future plans, and, most importantly, give our utmost thanks to the amazing contributors and Kommunity members that made it all possible! What capabilities would you like to see next in Helm-Dashbaord?

Crossplane's Quest for Scale as the first next-gen infra management tool - GitOps the Planet #7

Crossplane is a next-generation infrastructure management tool that brings cloud-native primitives to managing all kinds of infrastructure, not just Kubernetes but really any infra. The value is huge, especially when doing GitOps, but how is Crossplane tackling scale to handle so many types of resources? We’ll find out in this episode with Viktor Farcic.

Why Going Cloud Native Is the Right Move in the Recession

In a market downturn, reducing spending would seem to be the prudent course to pursue. However, surveys show that most companies intend to increase IT spending in 2023. A Spiceworks Ziff Davis survey, for example, found that even for businesses that plan to cut back in other areas, tech spending will increase. The survey found that more than one-half of companies surveyed planned to increase IT spending (compared with only 6% planning to decrease spending).

How To Simplify Your Kubernetes Adoption Using Rancher

Kubernetes has firmly established itself as the leading choice for container orchestration thanks to its robust ecosystem and flexibility, allowing users to scale their workloads easily. However, the complexity of Kubernetes can make it challenging to set up and may pose a significant barrier for organizations looking to adopt cloud native technology and containers as part of their modernization efforts.

The 4 Game-Changing Benefits of Migrating from Heroku to AWS

Hi there! If you're in the tech world, you've probably heard about the trend of companies moving from Heroku to AWS. At Qovery, we've seen an increasing demand from companies looking to make this move. And for good reasons! Here are the top 4 reasons why companies are choosing AWS over Heroku.

Improved Deployment Times with VMware Tanzu Operations Manager 3.0

During the development of the latest release of VMware Tanzu Operations Manager, the BOSH Ecosystem team faced new challenges when upgrading the base BOSH operating system image (stemcell) from Ubuntu Xenial to Ubuntu Jammy Jellyfish. These migration challenges manifested as continuous integration (CI) timeouts that occurred across adjacent teams within the Cloud Foundry ecosystem.