Operations | Monitoring | ITSM | DevOps | Cloud

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

Java 16 Commits to Git and GitHub: A Personal Reflection

I was introduced to Git and GitHub in May of 2014 – just shy of 10 years since Git was created in 2005. That same day I was also handed a MacBook Pro laptop and an IntelliJ license, the main tools with which I was to begin my new role as a developer in a new position at a new company. It all sounds lovely, right?

Announcing the Rollbar Terraform Provider For Managing Rollbar Automatically

It can be really exciting when your development team is growing fast! But then you soon realize that managing all the developer tools to constantly create new projects or add users is becoming a full-time job. Well, not anymore. At least, not for Rollbar. We’re releasing our HashiCorp Terraform Verified Provider for Rollbar today, built in partnership with HashiCorp.

Monitor messages that get into your Azure Topic Subscription with Auto forwarding | Serverless360

An exciting use case from our customer has brought us back to you with a new video on Service Bus Auto Forwarding. Have you ever wondered how to listen to a queue/topic Subscription which is already being accessed by another application? Here you go, watch our video, and get hands-on experience in it.

How to install Kubeflow on Kubernetes

In this video, we install Kubeflow in a Kubernetes agnostic fashion using Juju and Charmed Kubeflow. This video exemplifies the steps necessary to install Kubeflow on any conformant Kubernetes, including AKS, EKS, GKE, Openshift and any kubeadm-deployed cluster, provided that you have access to it via kubectl. To install Kubeflow locally, you can simply install MicroK8s and enable the Kubeflow add-on.

The essential steps to building your own DevOps pipeline

Keeping up with customer demand and staying ahead of the competition requires fast releases and efficient code. This is where DevOps comes into play. Where DevOps is the practice, mindset, and culture of combining software development (i.e. Dev) and IT operations (i.e. Ops) to accelerate the development lifecycle and provide continuous delivery without compromising quality.

2021 Hybrid Cloud Predictions: CEO Perspective

COVID-19 certainly accelerated some trends. For example, in my view, COVID-19 accelerated the pace and progress of digital transformation by five to 10 years, as companies faced the need to adapt to a post-COVID-19 world, involving permanently the higher adoption of remote work, remote education, and digital touch-points. Technologies requiring less human touch and more digital touch-points will be adopted faster in the aftermath of COVID-19.

Why Real-Time Visibility Into Cloud Cost Is Essential During a Migration To AWS

There’s no question that the cloud offers efficiencies and innovation opportunities that are near impossible to replicate on-premise. In fact, Amazon reports that companies achieve 31% infrastructure cost savings, as well as 62% more efficient IT infrastructure management, when they move to AWS (and that doesn’t include the many other cost benefits — like improved security and on-demand services). But the extent of those efficiencies can vary.

How to set up Software Security and Compliance for Your Artifacts

The simplest way to ensure the safety of all the open source (OSS) components used by your teams and sites, is with a software composition analysis (SCA) tool. You need an automated and reliable way to manage and keep track of your open source usage. With JFrog Xray, you can set up vulnerability and license compliance scanning built into your software development lifecycle (SDLC).

Skipping artifact downloads in Bitbucket Pipelines

Allowing steps to skip downloading artifacts has been a highly requested feature from our customers. You can now disable artifact downloading on certain steps that do not require any artifacts, which will allow faster builds and can reduce your costs as a result. Disabling artifact downloads during a step is as easy as switching off a flag. Note that these steps can still produce artifacts to pass down to future steps.