Operations | Monitoring | ITSM | DevOps | Cloud

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

How to overcome app development roadblocks with modern processes

As a result of the COVID-19 pandemic, the majority of companies (52%) say application development is a high priority initiative at their organization. But teams focused on building or improving apps face a number of bottlenecks — the three biggest of which are people, processes, and technology. Puppet and Pulse surveyed 200 IT executives to discover how modern technologies and processes are helping app development teams overcome common roadblocks and adapt quickly to the changing economy.

Introducing KubeQuest: The fastest way to learn the basics of Kubernetes on Civo

I joined Civo just over a year ago (straight out of a web development bootcamp) and had to quickly become familiar with concepts of Kubernetes and modern cloud-native software development as we prepared to launch our #KUBE100 beta. So, I, along with the rest of the team, thought about how we could help new users learn the basics of Kubernetes in a simple, practical, and fun way. This is how KubeQuest was born.

Meeting the "10 Times Challenges" of the 5G Era

Everything about the 5G era is disruptive – from technology to applications, from competition to ecosystems. In addition to entering the mobile services arena, MSOs are in a strong position to gain significant backhaul revenue from this disruptive market place; if they can provide differentiated IP and Optical connectivity for the 5G radio networks.

Knowing How Much to Spend on the AWS Elastic Load Balancer

Load balancing is an element of most popular web applications. The reason for this is simple: Load balancers maintain application scalability and sustainability. It’s nearly impossible to imagine a modern application handling continuous traffic or periodic traffic spikes while relying only on a single running server’s capacity. As a result, load balancers have become a critical part of software development.

Observability: is it a future of monitoring

As a concept, observability has been a relatively recent entrant into the world of information technology and cloud technology. The idea originated initially from controls system engineering. Observability refers to the concept of inferring the internal status of the system based on the outputs derived from the same. This is the conventional definition of observability.

How to switch the Docker container runtime to containerd with Charmed Kubernetes

This article describes how easy it is for users of Charmed Kubernetes to switch from the Docker container runtime to containerd. You may have heard that Kubernetes is deprecating Docker as a container runtime after v1.20. Docker as an underlying runtime is being deprecated in favor of runtimes that use the Container Runtime Interface(CRI) created for Kubernetes, such as containerd.

Adding Helm Chart Security Mitigation Notes to ChartCenter

Earlier this year, we launched ChartCenter, our newest community platform to help Kubernetes developers find Helm charts. This new free Helm central repository was built with chart immutability  in mind— meaning every version of a Helm chart and every version in ChartCenter will always be available even if the original source goes down.