Operations | Monitoring | ITSM | DevOps | Cloud

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

Why Would You Pay for Flyway?

Flyway is an open-source database deployment tool that also includes a paid tier called Teams. Since it’s open-source, you can just download Flyway and run it for free. You’ll get a robust DevOps tool to assist you in deploying your databases just like you deploy your code. It just works. So, why would you even bother to pay for Teams? Actually, there are a number of reasons why people pay for advanced tiers of open-source software in general.

Deploy your apps on Scaleway with Qovery! Get early access now

When we launched Qovery in January 2020, our product was only supporting app deployment on Amazon Web Services (AWS). 20 months later, 5534 developers from more than 120 countries use Qovery to deploy their apps on AWS and Digital Ocean. Today, more and more European companies would love to benefits from the excellent user experience of Qovery on a European cloud service provider 🇪🇺.

FIPS certification and CIS compliance with Ubuntu

There are few Linux distributions that undergo the FIPS certification process, and even fewer with certified images available for production use in multi-cloud environments. Canonical has built integrated services to easily enable FIPS certified or compliant modules for Ubuntu 18.04 and 16.04 LTS releases, as well as tooling to assist in hardening and auditing Ubuntu instances to meet CIS compliance benchmarks. These certified components enable operating environments under compliance regimes like FedRAMP, HIPAA, PCI and ISO.

How to Establish a Culture of Secure DevOps

We’re constantly told to “Shift Left” and that Secure DevOps is the only way to have confidence in your cloud native applications. But speaking to end-users and industry colleagues, it’s clear that there are some major challenges in adopting Secure DevOps. If we read our history books, we know that DevOps wasn’t successfully adopted by buying tools, and a true cultural movement towards DevOps wasn’t established by having a small dedicated team of DevOps specialists.

Tips for Choosing the Right CI/CD Tools

CI/CD enables DevOps teams to go from development to production while tackling unexpected glitches. But, choosing the right CI/CD tool is always a challenge. In this blog, we have covered the tips that will help you select the right CI/CD tool for your team. A few years ago, it was nearly impossible to find a software development shop that wasn't deploying their code using some sort of Continuous Integration and Continuous Delivery (CI/CD) tool.

Engineering solutions to security issues

Software engineering teams have always looked for ways to increase code creation efficiency, reduce code vulnerabilities, and improve security processes. Many are now shifting security left, establishing security controls and testing — specifically integration testing — at an earlier phase in the software development lifecycle (SDLC).

Packet Capture Without "tcpdump" for Go Apps in Kubernetes

Every developer knows there are some utilities that are completely indispensable from their workflows. The programmer’s toolbelt, if you will. These toolbelts are usually different from person to person, but if there is one tool that everyone should use or at least know how to use, it is tcpdump. If you are unfamiliar, tcpdump is a tool that allows you to dump and inspect live network traffic being observed on a network interface.