Operations | Monitoring | ITSM | DevOps | Cloud

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

How to get the size of all your Azure Storage Accounts

Do you really ever know how much Azure Storage you are consuming or how many Azure Storage Blobs you have in each of your Storage Accounts? Perhaps you just need an overview of your Azure Storage Account Consumption, including things like the number of Blobs per storage account, Number of Containers, and the Azure Blob Storage Capacity used. All this information is quite easy to gather from one of the several reports available in Cloud Storage Manager.

Elastic Cloud Terraform provider now available in beta

We’re excited to share that the official Elastic Cloud Terraform provider is now available in beta. Operations and SRE teams often rely on Terraform to safely manage production-related infrastructure using methodologies such as infrastructure as code, which allows you to apply peer-reviewed infrastructure changes in an automated and controlled fashion. The provider works with Elasticsearch Service on Elastic Cloud, Elastic Cloud Enterprise, and Elasticsearch Service Private environments.

JFrog CLI Plugin: rt-fs

JFrog CLI Plugins allow enhancing the functionality of JFrog CLI to meet the specific user and organization needs. All public plugins are registered in JFrog CLI's Plugins Registry. The source code of a plugin is maintained as an open source Go project on GitHub. Anyone can develop their own plugin, in Go. This rt-fs plugin runs file system commands in Artifactory. It is designed to mimic the functionality of the Linux/Unix 'ls' and 'cat' commands. Watch this video to see how.

Telco and Ubuntu: 2020 roundup

2021 is around the corner and we had such a tremendous journey this year. Like many others, at Canonical, the publisher of Ubuntu, we lived different times and maybe more than ever we saw how important it was to stay connected. Therefore, Canonical continued to innovate in the telco world and brought Ubuntu closer to it, by offering open source systems and supporting the deployment of various applications.

Integrate Datadog Compliance Monitoring with your AWS Well-Architected workloads

Many of our customers rely on the Amazon Web Services (AWS) Well-Architected Framework as a guide to build safe, secure, and performant applications in the cloud. AWS offers the Well-Architected Review (WAR) Tool as a centralized way to track and trend adherence to Well-Architected best practices. It allows users to define workloads and answer a set of questions regarding operational excellence, security, reliability, performance efficiency, and cost optimization.

DevOps 101: Introduction to CI/CD

When you’re new to an industry, you encounter a lot of new concepts. We tend to use a lot of jargon, the documentation may be written with someone more experienced in mind or rely on contextual knowledge of the rest of the space, and it often doesn’t explain the “why” for the tool. This can make it really difficult to get your feet underneath you on an unfamiliar landscape, especially for junior engineers.

Kubernetes GitOps with Rancher Continuous Delivery

As the number of Kubernetes clusters under management increases, application owners and cluster operators need a programmatic way to approach cluster management. Rancher CD solves this by creating a git driven engine for applying cluster changes. Declarative code is stored in a git repo. As changes are committed to the repo, linked clusters are automatically updated. Gitops keeps all your clusters consistent, version controlled, and reduces the administrative burden as you scale.

Manual steps in parallel groups available for Pipelines

Bitbucket Pipelines now allows steps with a manual trigger to be used in parallel groups, satisfying one of the highest voted feature requests. This feature provides more flexibility in Pipelines, allowing teams to configure pipelines with multiple options and then only run the steps they actually need to run, at the time they want. For example you can choose which environments should be deployed for individual developers, giving them different environments to test and do their work.

Announcing Harvester: Open Source Hyperconverged Infrastructure (HCI) Software

Today, I am excited to announce project Harvester, open source hyperconverged infrastructure (HCI) software built using Kubernetes. Harvester provides fully integrated virtualization and storage capabilities on bare-metal servers. No Kubernetes knowledge is required to use Harvester. In the past few years, we’ve seen many attempts to bring VM management into container platforms, including our own RancherVM, and other solutions like KubeVirt and Virtlet.