Operations | Monitoring | ITSM | DevOps | Cloud

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

Announcing Shared Scenarios to Promote a Culture of Reliability

Get started with Gremlin’s Chaos Engineering tools to safely, securely, and simply inject failure into your systems to find weaknesses before they cause customer-facing issues. Today, Gremlin is excited to announce the ability to share a Scenario across your entire organization. This allows you to build up a library of reliability exercises that are customized to your company’s applications and technology.

Achieving Major Efficiencies through Migration from OpenShift to Rancher

Sometimes technology partnerships are greater than the sum of their parts. That’s the case with two Swiss companies who have come together to deliver Kubernetes solutions to their customers. VSHN is Switzerland’s leading 24/7 cloud operations partner and first Kubernetes Certified Service Provider. amazee.io is an open source container hosting provider that offers flexible solutions built for speed, security and scalability.

Competition or Coopetition in the Persistent Storage Market?

Rancher Labs’ recent launch of Longhorn was in response to DevOps’ distress call for a cloud-native persistent storage solution for Kubernetes. At the time, industry pundit Chris Mellor posted that the company had entered into direct competition with its partners Portworx and Storage OS. A healthy dose of coopetition may be more like it.

The Event-Driven Web is Not the Future

When you see a notification on your smartphone, your brain processes the request quickly and determines how to react. It’s an efficient process and your nervous system is built for this use case. By contrast, most Internet-connected systems work in a less event-driven architecture. If there’s a change in one service, you won’t know about it until you check.

Cloud Costs: Money Saver or Money Pit?

This is the second in my series on the cloud. I started writing about cloud visibility and in this article, we take a look at cloud costs. If we look at the evolution of computing over the past 30 or so years, it has always been about monumental shifts in technology, which drive further and further innovation, efficiencies and – seemingly – cost reduction.

What is GitLab CI/CD

GitLab CI/CD is a tool that is built into GitLab. It allows you to create automated tasks that you can use to form a Continuous Integration and Continuous Delivery / Deployment process. You configure GitLab CI/CD by adding a yaml file (called `.gitlab-ci.yml`) to your source repository. This file creates a pipeline, which will then run when a code change is pushed to the repository. Pipelines are made up of a series of stages, and each stage can each contain a number of jobs or scripts.

Knowing the Value of 'Fast'

Software development (SDLC) value streams aren’t difficult to understand; you correlate all activity in the development process from planning to prod and relate activity to key objectives such as impact on revenue, application quality and user satisfaction. Unfortunately, most organizations approach value streams on an ad-hoc, manual basis. This approach to value streams requires significant effort, is prone to error and creates huge opportunity costs.