Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Verify image signatures with GitHub Actions and KeylessPrefix

With the latest releases of Kubewarden v1.1.0 and the verify-image-signatures policy, it’s now possible to use GithubActions or KeylessPrefix for verifying images. Read our previous blog post if you want to learn more about how to verify container images with Sigstore using Kubewarden.

How to Monitor PHP-FPM with Prometheus

PHP is one of the most popular open source programming languages on the internet, used for web development platforms such as Magento, WordPress, or Drupal. In addition to all PHP bases, PHP-FPM is the most popular alternative implementation of PHP FastCGI. It has additional features which are really useful for high-traffic websites. In this article, you’ll learn how to monitor PHP-FPM with Prometheus.

How to gain Kubernetes visibility in a few clicks

Enterprises are increasingly adopting Kubernetes for the value that it brings to their organizations, from IT cost savings to improved time to market for application development. See how Sumo Logic can help you realize the value of Kubernetes faster with a guided onboarding setup that only requires a few clicks to go from zero to visibility.

CICD Tool - Razorops integration with GITLAB

RAZOROPS is the best CI/CD tool since the platform can support, run tests, staging and AWS deployment, all within the pipeline. Razorops helps them continue to focus on their objective. It helps to eliminate queueing and speed up their total build, test cycle and to increase the quality of the code. Razorops integrates easily with GITLAB. You can set up your pipeline within 30 minutes through gitlab.

CICD Tool - Razorops integration with GITHUB

Razorops is a complete container native CI/CD solution handling all aspects of the software lifecycle from the moment a commit is created until it is deployed to production. It is a Saas based platform which helps to be 100% operational on a technical level so we can focus on delivering the best product in a short amount of time. Razorops integrates easily with GITHUB.You can set up your pipeline within 30 minutes through github.

CICD Tool - Razorops integration with BITBUCKET

RAZOROPS is a Saas based CI/CD platform.It is one of best CI/CD tools because it supports, runs tests, staging, all within pipelines. RAZOROPS is easy to maintain and easy to use. With Razorops, there will be very little overhead and it helps to focus on what matters. Razorops integrates easily with BITBUCKET. You can set up your pipeline within 30 minutes through BITBUCKET.

Building a Custom Grafana Dashboard for Kubernetes Observability

Distributed systems open us up to myriad complexities due to their microservices architecture. There are always little problems that arise in the system. Therefore, engineering teams must be able to determine how to prioritize the challenges. Viewing logs and metrics of such systems enables engineers to know the shared state of the system components, thereby informing the decision-making on what challenge needs to be solved most immediately.

How Does Docker Network Host Work?

Docker is a platform as a service product. With Docker, you can easily deploy applications into Docker containers. Containers are software "packages" that bundle together an application's source code with its libraries, configurations, and dependencies. This helps software run more consistently on different machines. To use Docker containers, you need to understand how Docker networking works. Below, we'll answer the question: "what is Docker network host?". We'll also take a look to see how it works.