Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

8 Ways to Ensure a Greener Data Center

After becoming increasingly popular in the mid-2000s, cloud computing has revolutionized the data center industry. Aside from providing cost-savings, security, mobility, and scalability benefits, cloud computing was also expected to be more environmentally friendly than other data storing and processing methods. By being highly efficient, cloud operators can reduce the use of electricity and other materials that typically increase a data center’s carbon footprint.

Using gRPC with Python

Microservice is now the architecture of choice for many developers when crafting cloud-native applications. A microservices application is a collection of loosely coupled services that communicate with each other, enhancing collaboration, maintainability, scalability, and deployment. There are several options for enabling this communication between microservices. REST is the most popular among developers, sometimes used synonymously with APIs. However, gRPC can be a better alternative to REST.

An overview of OpenStack storage

OpenStack storage is probably one of the most complex topics in OpenStack architecture right after networking. There are many different storage options, at least a few storage services, and tons of supported storage backends. It is very easy to get lost. But do not worry, there is hope. Since OpenStack was initially created as an open-source implementation of the Amazon Web Service Elastic Compute Cloud (AWS EC2), its storage architecture is quite similar to leading public clouds.

Monitor your GitHub Repos with Graphite and Grafana

In this article, we will explore the main metrics of a GitHub repository and why it is important to monitor them. We will learn how to get GitHub data in a convenient format, process, then visualize it for further analysis. Finally, we will analyze the main advantages of using data monitoring tools such as Hosted Graphite and Grafana by MetricFire.

Some Useful Linux Networking Commands

One of the most well-known and commonly used open-source operating systems is Linux. It's a clone of UNIX, however unlike UNIX, it's free to download and use. Despite being an open-source operating system, it has a safe and resilient architecture, and many individuals and companies rely on it. You can, interestingly, make your own Linux version. You can accomplish so by simply downloading Linux and making the necessary adjustments. In essence, we can distinguish them as different Linux versions.