Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Surveys Show Kubernetes Crossing the Chasm

The adoption and maturation of Kubernetes has been rapid, driven by organizations moving to cloud-native infrastructures to modernize and gain agility. The Kubernetes growth trajectory reached a climax in 2021 as The Cloud Native Computing Foundation (CNCF) declared it “the year Kubernetes crossed the chasm.” The CNCF Annual Survey 2021 found that 96% of organizations were using or evaluating Kubernetes.

Kubernetes Upgrades at LogicMonitor

Managing Kubernetes version upgrades can be a formidable undertaking. API versions are graduated, new features are added and existing behaviors are deprecated. Version upgrades may also impact applications needed by the Kubernetes platform; affecting services like pod networking or DNS resolution. At LogicMonitor, we ensure our Kubernetes version upgrades are successful through a process designed to instill collaboration and due diligence in a repeatable fashion.

How to leverage Kubernetes to modernize your legacy enterprise application infrastructure

The biggest question facing many businesses today is how to improve the efficiency and agility of their application delivery processes. Along the journey to infrastructure modernization, do they continue to maintain applications as-is, or do they need to be migrated, upgraded or replaced? This blog attempts to answer some of these questions. Take any popular enterprise app, like your Oracle business suite, or even a custom-built application, and it will typically follow a three-tier architecture.

The SRE's Quick Guide to Kubectl Logs

Logs are key to monitoring the performance of your applications. Kubernetes offers a command line tool for interacting with the control plane of a Kubernetes cluster called Kubectl. This tool allows debugging, monitoring, and, most importantly, logging capabilities. There are many great tools for SREs. However, Kubernetes supports Site Reliability Engineering principles through its capacity to standardize the definition, architecture, and orchestration of containerized applications.

Your CI GitFlow is Broken

One of the great things about GitFlow is that it makes parallel development very easy by isolating new development from finished work. New development, such as features, is done in feature branches and is only merged back into the main body of code when developers have validated the feature and the code is ready for release. For most development teams, feature validation happens in a staging branch coupled with a single testing environment.

Ephemeral Environments: Explained, Benefits, and How to Get Started?

Ephemeral environments are getting popular among companies that need to scale their business efficiently. Traditionally, the deployment environments usually included development, QA, staging, UAT, and production. However, the bottlenecks with shared QA and staging environments have hindered the efficient workflow of IT teams. The first issue you will face is environment drift because it is a shared environment, and you cannot afford a separate static environment for each developer.

Introduction to Cloud Native Application Architecture

Today, it is crucial that an organization’s application’s scalability matches its growth tempo. If you want your client’s app to be robust and easy to scale, you have to make the right architectural decisions. Cloud native applications are proven more efficient than their traditional counterparts and much easier to scale due to containerization and running in the cloud.

Qovery is a G2 High Performer for Summer 2022

We at Qovery are excited to announce that G2 has named Qovery as a Summer 2022 High Performer in the following categories: Continuous Deployment / Environment as a Service. G2 is the world’s largest tech marketplace. The High Performer Award recognizes companies with high customer satisfaction ratings relative to their market presence.

Deploying a dockerized .NET Core app to an Azure container instance

In this tutorial, you will learn how to build a custom ASP.NET Core container with Docker and host the container image on Azure Container Registry, a platform owned by Microsoft that allows you to build, store, and manage container images in a private registry. At the end of this tutorial, you will be able to apply the knowledge gained here to link your container image on the Microsoft Azure registry with a web app service and launch your application.

Heroku discontinued their free tier - what are the top 3 best alternatives?

Today, It's a sad day for thousands of developers that were able to host their applications for free on Heroku. Heroku (acquired by Salesforce) announced that they discontinue their free tier to focus on "mission critical" businesses. Heroku has undoubtedly changed how developers deploy their applications in the cloud - but now, what are the valid alternatives? Here is a list of the top 3 best Heroku alternatives.