Operations | Monitoring | ITSM | DevOps | Cloud

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

Four key benefits of configuration templates in network automation

Configuration templates consist of small pieces of code that allow administrators to implement changes across numerous devices as many times as necessary. These templates, often referred to as configlets, expedite system setup and make it more resistant to errors.

Platform Engineering - Empowering Developers with Self-Service Tools

In the world of DevOps and cloud engineering, a new buzzword has emerged: Platform Engineering. This concept has sparked discussions across the industry, with professionals debating whether it replaces traditional DevOps or adds value to it. In reality, Platform engineering transforms how software teams work. It builds on DevOps principles to create self-service tools that boost developer productivity. This approach streamlines workflows, enhances security, and cuts operational costs.

Deploying Llama 3 and vLLM with Civo Cloud GPU: A Live Demo with @getpieces

Join us for an exciting live demo as we explore how AI can transform your DevOps workflow using Pieces and Civo. In this comprehensive walkthrough, we'll dive into deploying an open-source large language model on Kubernetes, setting up GPU clusters, and leveraging AI to streamline development tasks.

How To Build A Successful Cloud Strategy in 2024

Businesses move to the cloud for several reasons. For some, moving to the cloud means gaining access to the best enterprise-level technology without the associated costs of handling, maintaining, and managing the underlying infrastructure. For others (like startups), the ability to scale quickly and respond faster to market demands is at the top of the list.

How Ubuntu keeps you secure with KEV prioritisation

The Known Exploited Vulnerabilities Catalog (KEV) is a database published by the US Cybersecurity and Infrastructure Security Agency (CISA) that serves as a reference to help organisations better manage vulnerabilities and keep pace with threat activity. Since its first publication in 2021, it has gone beyond its US federal agency scope and has been adopted by various organisations across the globe as guidance for their vulnerability management prioritisation frameworks.

How To Identify Requests as Part of an End-To-End Tracing Strategy

Tracing follows requests as they move through an entire network, from the initial client request to the final response. In financial services, end-to-end tracing is essential for maintaining robust security, ensuring comprehensive observability of system operations, and understanding chains of events in case of issues or anomalies.

Software Deployment Best Practices for Modern Engineering Teams

Adopting best practices for software deployment is essential to maintaining a high standard of quality, minimizing downtime, and ensuring that your applications meet user expectations. Here are five best practices to help you deploy your software more securely and reliably.

How to Create Indexes in PostgreSQL for Optimal Database Performance

An index in a database is a special data structure that speeds up the search and retrieval of records from a table. It works similarly to an index in a book, where you can quickly find the needed page by topic or word without having to flip through the entire thing. In this article, we are going to talk about different types of indexes and how to create and use them in both command-line and GUI tools like dbForge Studio for PostgreSQL.