Operations | Monitoring | ITSM | DevOps | Cloud

CI CD

The latest News and Information on Continuous Integration and Development, and related technologies.

Automate Your Deployments on Kubernetes Using GitHub Workflows and JFrog Artifactory Custom Webhooks

Full automation makes your Continuous Deployment (CD) faster, seamless and less error prone. For example, triggering the deployment of your Helm Chart when a Docker image is pushed to production. The latest JFrog Artifactory release makes this easy! With a new Custom Webhook feature that enables a direct integration with a variety of services such as Gitlab Pipelines, Jenkins and GitHub Actions.

Deploy autoscaling self-hosted runners using AWS CDK

You can use CircleCI’s cloud resources to run your CI/CD jobs, but there may be times you want to run them on your infrastructure. If your team imposes privileged access and control requirements, a self-hosted infrastructure might be best for running your jobs. CircleCI’s self-hosted runners lets you do exactly that. It is easy to get started and start using self-hosted runners.

How Article Turns a Spotlight on At-Risk Work to See Gains Beyond Metrics

Torsten Sinnemann from Article shares how he and his teams use Sleuth's new Work in Progress feature to improve beyond just metrics and boost efficiency, morale and value.‍ Sleuth gives software development and engineering teams the most complete and accurate visibility into DORA metrics across your organization and projects. Work-in-progress metrics can also be helpful for communicating execution status to stakeholders, and for tracking if improvement initiatives being implemented are making a difference.

Tips to lead software teams and manage up in a challenging market

We’ve all seen the news about tech layoffs. If you’re an engineering manager, are you having to squeeze more out of existing teams, because adding staff anytime soon is unlikely? Maybe you’re tempted to micromanage your developers, thinking that if you know every aspect of their work, it’ll boost productivity. But, that approach doesn’t feel right, and you know your devs would hate you for it. What’s an engineering manager to do?

Monitor your Argo CD clusters with Datadog

Argo CD is a declarative continuous delivery tool for Kubernetes developed by the Cloud Native Computing Foundation (CNCF). Argo CD automates your application deployment by continuously monitoring the live state of your containers and comparing it against the desired state in your Kubernetes manifest files, then pulling changes into your Kubernetes clusters as needed.

Gene Kim on what makes teams great

To kick off season 3, Rob is joined by DevOps enthusiast and Wall Street Journal best-selling author, Gene Kim. Gene has spent years researching and documenting the evolution of DevOps. In this episode, hear Gene conceptualize high-performing teams using a group of painters and movers. What can this model show us about the intricacies and challenges all teams face?

IoT Management with JFrog Connect (5-Minute Demo)

JFrog Connect is a modern Linux-first IoT platform designed to efficiently monitor, manage and update edge and IoT devices at scale. You can quickly register thousands of devices, organize them into logical groups, automate software updates for entire device fleets, and leverage secure tools to remotely troubleshoot devices from the comfort of your laptop.

Continuous deployment of a Dockerized .NET Core app to AWS ECR

Containers are a useful tool for deploying applications because they allow for the packaging of an application’s code, libraries, and dependencies into a single, isolated unit. This makes it easy to deploy and run the application on any computer or server that has the necessary container software installed.