Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Stateful Apps and Support of Persistent Storage

With enterprises and ISVs adopting containers and Kubernetes (k8s) to increase the agility and scalability of their applications, they would want more applications to be deployed on k8s. Applications can be a mix of stateful and stateless. Until recently, only stateless applications were supported by k8s. However, with the advent of persistent storage on k8s, stateful applications will be supported. In the pet Vs cattle analogy of service, you would want to treat the storage as cattle.

Disaster recovery in AWS, GCP and Azure - thoughts on capacity planning and risks

One of the most popular cloud disaster recovery models in the industry today is the “pilot light” model where critical applications and data are in already place so that it can be quickly retrieved if needed. A simple question one must ask before adopting this model is what thought has been given to whether the AWS/GCP/Azure APIs will work and if the requisite capacity will be available in the alternate region.

Continuous Integration & Delivery @ Moogsoft: GitLab and Jenkins Integration

Introduction One of the SRE team’s goals at Moogsoft is to make sure our feature teams have an easy path from local code changes to production. Changes rolling out to production mean new features, bug fixes, optimizations, and more, which translates into value added for our customers. In short, at Moogsoft we are all about making sure our product is continually evolving, and one way the SRE group helps is by building shared Jenkins functionality our engineers understand and can use quickly.

SRE Leaders Panel: Work as Done vs Work as Imagined

Blameless recently had the privilege of hosting some fantastic leaders in the SRE and resilience community for a panel discussion. Our panelists discussed the effects of imposter syndrome especially during high tempo situations, how to use it to our advantage and overcome doubt, and how culture directly affects the availability of our systems. The transcript below has been lightly edited, and if you’re interested in watching the full panel, you can do so here.

LogicTalks - How Aurora Innovates and Automates with Cloud Monitoring

In this episode of LogicTalks, Mark Banfield, Chief Revenue Officer at LogicMonitor, sits down with the CEO of Aurora, Ant Malloy. Aurora.io is a software and services organization who serves a wide variety of MSPs, telco resellers and IT resellers. Listen in as Mark and Ant discuss the innovative ways Aurora is able to quickly deploy and integrate devices in the cloud and on-premises to deliver ROI to its customers.

Is Kubernetes the Tool, or Are You?

This presentation ran at the DevOps Institute skilUP Day event on May 21, 2020. If Kubernetes exists to make your life easier, why is it such a nightmare to use? There are a million and one presentations on how to use Kubernetes in your DevOps workflow, but they all start from a flawed foundation. They all assume that you wanted to use Kubernetes in the first place. In the shiny world where Kubernetes is King, we are its subjects, forced to use it and smile while we grit our teeth.

Deploy a Rancher Cluster with GitLab CI and Terraform

In today’s ever-changing world of DevOps, it is essential to follow best practices. That goes for security, access control, resource limits, etc. One of the most important things in the world of DevOps is continuous integration and continuous delivery, or CI/CD. Continuous integration is a crucial part of an efficient deployment. We are all guilty of repeating manual steps over and over again – especially when it comes to node configuration.