Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Monitor your Argo CD clusters with Datadog

Argo CD is a declarative continuous delivery tool for Kubernetes developed by the Cloud Native Computing Foundation (CNCF). Argo CD automates your application deployment by continuously monitoring the live state of your containers and comparing it against the desired state in your Kubernetes manifest files, then pulling changes into your Kubernetes clusters as needed.

Cloud repatriation drivers

With the looming macroeconomic uncertainties that are affecting growth, companies are trying to control their costs by downsizing their staff and reducing their infrastructure costs. One way to reduce infrastructure costs is repatriating workloads from public clouds, which we refer to by “cloud repatriation”. According to a 2021 survey by 451 Research, 48% of respondents repatriated some of their workloads from cloud providers.

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.

Why Migrate Azure VMs to VMware: The Benefits

As organizations transition to the cloud, they are faced with the question of which platform is best suited to their needs. While Microsoft Azure has been a popular choice for cloud computing, many organizations are finding that VMware is a better fit for their virtualized infrastructure needs. This article will explore the reasons why you should consider migrating your Azure VMs to VMware and the benefits that come with making this transition.

Monitor code quality in Datadog with SonarQube

SonarQube is a tool for static code analysis that integrates with your existing CI pipelines to run quality checks on your codebase as it changes. As you develop and release new code, constant monitoring of code quality is crucial to ensure compliance, stability, and security. SonarQube’s Clean-As-You-Code philosophy helps to avoid technical debt by running regular code checks and alerting you to any problems early on.

Streamline user lifecycle management with ADManager Plus' orchestration

Orchestration in an IT environment refers to the coordinated management of workflows, applications, and systems, with the primary goal to optimize business performance by streamlining processes. Using orchestration, IT administrators can automate, from a single console, a series of tasks to run at a defined time or interval. This includes automating IT tasks like provisioning of user accounts, as well as managing databases, incidents, applications, and cloud resources.

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.