Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Densify Achieves Red Hat Operator Certification

Toronto, Ontario – October 10, 2020 – Densify, a leader in cloud and container cost management, today announced that its product has been Red Hat Operator Certified and can be purchased in the Red Hat Marketplace. The Marketplace is a one-stop shop to find, try, buy, and manage enterprise applications across an organization’s hybrid IT infrastructure.

How to estimate your AWS costs

Amazon Web Services (AWS) is pretty much ubiquitous these days, with everyone from tiny startups to large enterprises using the cloud service to run their apps, websites, and processes. For small businesses, being able to predict your budgets is paramount. Unfortunately, AWS costs can be very difficult to forecast. In this blog, we’ll go over the pros and cons of the tools available to help you estimate your AWS costs.

Productive Developers and Automated Ops: Why Garmin and HCSC Chose Tanzu Application Service

If there’s one golden rule of digital transformation, it’s that developers must be able to develop new apps and features—quickly, simply, and securely. If there’s another golden rule of digital transformation, it’s that developers must be able to push that new code to production—quickly, simply, and securely. Without these capabilities, it’s less digital transformation and more digital lip service.

How to Use Docker's Health Check Command

In this guide, we are going to see what a Docker health check is and how to configure it for your Docker containers. A Health Check means to check the health of any resource to determine whether that resource is operating normally. Here, it is about checking the health of Docker containers. If you’ve been using docker containers in production, you might have noticed that docker checks the status of a container by using the status of the process (PID) launched from the Docker file command.

Civo Community Meetup #3: App Marketplace Focus w/ Steve Miller and Jürgen Etzlstorfer

This community meetup took a deeper look into how the Civo marketplace can improve your Kubernetes workflows. Featuring some cool apps to try out, and how you can easily get involved with contributing, growing, and ultimately improving the marketplace. As well as talks from Civo's very own Saiyam Pathak and Kai Hoffman, we were also joined by community members Steve Miller and Jürgen Etzlstorfer.

New in Grafana Tanka: Customize Helm charts without modifying them

Helm charts are great. They combine high quality, ready-made runtime configurations for a huge number of applications with an incredible getting-started experience. There is literally no faster way to install a production-ready Grafana or Loki on Kubernetes than using helm install. Unfortunately, Helm charts can also be incredibly inflexible.

Applying GitOps And Continuous Delivery (CD) On Infrastructure Using Terraform, Codefresh, And Google Kubernetes Engine (GKE)

There are many articles and videos about practicing Continuous Delivery (CD) with applications, but not nearly as many for infrastructure. The same can be said for GitOps applied to infrastructure. That is a bit strange given that applications and infrastructure are almost the same today. Both are defined as code, and everyone stores code in Git repositories. Hence, GitOps is just as good of a fit for infrastructure as for anything else.

Netdata: The Easiest Way to Monitor Your Kubernetes Cluster

If you use Kubernetes in production, you should already know that monitoring and logging solutions are essentials if you want to make sure that your cluster is healthy at all times. Lack of computing resources and capacity misconfigurations are one of the most common causes of failed deployments. Especially if you are an operator, you always need to know the load of your cluster in order to perform capacity planning and setup autoscaling.

Docker Compose, introduction to container orchestration with Pandora FMS

We continue with our series of articles on containers. First, we started with creating our own images with Docker Build and saw how to run them with Docker run. But today we will learn what Docker Compose is and start our journey into the world of container orchestration. Up to now we have managed containers manually and separately, which for some specific test may be valid and functional. But when the number of containers to manage starts growing, this method becomes infeasible.