Operations | Monitoring | ITSM | DevOps | Cloud

Git

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.

D2iQ Kubernetes Platform + GitLab: Deliver Better Code Faster

D2iQ and Gitlab have partnered to help Kubernetes DevOps teams deliver higher-quality code faster through automation, integration, and verification of code. DKP provides a fully automated and integrated Kubernetes platform for developing and managing container deployments.

Mattermost Solutions for GitLab: Deep integration to ship software faster

Around the world, thousands of DevSecOps teams are shipping software faster and more reliably by integrating Mattermost with their self-hosted GitLab deployments. When combined, these platforms connect developer toolchains with real-time communications, audio calling, screen sharing and collaborative workflows.

Mattermost Solutions for GitLab

Mattermost Solutions for GitLab makes it easier than ever for teams to realize the benefits of an integrated DevSecOps platform. As one of a handful of tools inside the GitLab Omnibus package, Mattermost offers deep integrations out of the box, including a specialized plugin, custom webhooks, and a comprehensive command center experience.

7 Things You Need to Know About Github's Sponsors-Only Repositories

Open-source software is driving some of the most exciting innovations today. According to The Linux Foundation, open-source constitutes about 70 to 90% of all modern software solutions. But it isn’t all fun and games: open-source software is free, which brings about operational inefficiencies due to a lack of financial support for their developers. Platforms like Switch and SubStack started incentivizing paid subscription models to solve this problem.

Using GitKraken Client in WSL 2

WSL 2 is useful for developers who prefer a Linux development environment but need to use Windows as their primary operating system. And GitKraken Client is used by developers and teams to visualize and work efficiently with their Git repositories. With the 9.1 release of GitKraken Client, you can combine the benefits of both resources. In this article, we will explore the advantages associated with using GitKraken Client in WSL 2 and provide step-by-step instructions on how to get set up.

GitKraken Client 9.1: When Our Users Speak, We Listen

In our 2022 year in review, we recapped the six highly-requested features that were implemented over the course of the year. We also acknowledged the five highly-requested features that “got away” – meaning we hadn’t gotten to them… yet! Well, GitKraken Client 9.1 is here, we’re happy to share that two of those enhancements are now accounted for, along with other user-requested features and improvements that represent input from over 1,000 users.

Install & Configure the AWS CLI | A Beginner's Guide

The AWS Command Line Interface (CLI) is a powerful tool that allows you to manage your AWS resources from the command line. Whether you are a developer, system administrator, or DevOps engineer, the AWS CLI can help you automate and streamline your workflows, increase productivity, and improve the security of your AWS infrastructure. In this article, we’ll cover the basics of installing and configuring the AWS CLI on Windows, Mac, and Linux.

GitHub Actions for Azure

This post was written by guest author, Nahla Davies. Nahla has been in the software space since 2010 and a technical writer since 2019. She previously served as a lead programmer at an Inc. 5,000 experiential branding organization whose clients include Samsung, Time Warner, Netflix, and Sony. Microsoft Azure is widely popular among developers and across organizations because it’s scalable, flexible, and customizable.

The Benefits of Unit Testing and How to Run a Unit Test in Python

Unit testing is a software testing method in which individual units or components of a software application are tested in isolation from the rest of the system. The goal of unit testing is to validate that each unit of the software application is working as intended. In this article, we’ll cover the benefits of unit testing and demonstrate how to run a unit test in Python.