Operations | Monitoring | ITSM | DevOps | Cloud

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

[Webinar] 5 Things to Consider When Migrating Databases to Kubernetes with Komodor & Ondat

Kubernetes is eating the world...at least the world of modern software engineering. Besides their applications, most businesses consider their data as the holy grail. It is key to the value they deliver. As they progress through application modernization, Kubernetes is the natural foundation to support their effort. But where should the data go? Is Kubernetes safe enough to take care of it? How to prepare for DB related incidents in an everchanging environment?

Understanding AWS EC2 Billing: Ways To Optimize Your Costs

EC2 instances come with a spider web of charges — when you take a look at your bill, you’ll see there are hundreds of unique line items connected to your usage. In addition to the instance, you’re also billed for storage, data transfer, and networking associated with that instance. It’s important to fully understand those charges so you can find ways to optimize your costs.

Managing the Complex Networks of Financial Services

It’s no surprise that monitoring and managing networks in the financial services industry is a complex task with plenty of challenges. In addition to the “standard” networking requirements, like high availability and traffic capacity planning, IT in the finance industry has to deal with regulatory and industry-specific challenges that create even more issues to deal with.

New Upsun overview video: a proven, 5-step approach helps explain a complex concept

The question that people who don’t know us constantly ask, “What does Upsun do, exactly?” Our new overview video aims to answer just that. We took a five-step approach to ensure our message was both clear and succinct: We hope that this video addresses the question about what Upsun does and inspires you to use the same five-step framework when you’re tasked with explaining a difficult concept.

Deploy Friday: E80 Sylius - the enterprise open-source e-commerce platform

Sylius - the Polish startup conquering the French market & making more and more buzz in the international e-commerce platform landscape. Why? What is unique about this software and the company behind it? How does it align with Platform.sh? Meet the people running the business growth of this new exciting product.

Git Behind the Scenes: How Does Git Work

How does Git work under the hood? Have you been using Git for a while, but feel you’re still missing a comprehensive understanding of how Git works? You’re not alone. Many people will try to explain Git with something like: “all of the data Git needs for a repository is stored within a folder called.git,” but that’s not the full story. In this session from the GitKon Git Conference, Corbin Crutchley, CTO at OceanBit, will go over in detail how the.git folder is able to track all of your changes in Git.

What is object storage?

Object storage has by far the most simplistic interface out there, with no need for complicated SCSI drivers, HBA drivers, multipathing tools, or volume managers embedded into your Operating System. All you need to do is point your application at an HTTP endpoint, and use a simple set of verbs to describe what you want to do with a piece of data. Do you want to PUT it somewhere for safekeeping? Do you want to GET it so that you can do some work with that piece of data?