Join us

heart Posts from the community tagged with CI/CD...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 4 months ago

Read Python Weekly

Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more! 

Join thousands of other readers, 100% free, unsubscribe anytime.

Story
@squadcast shared a post, 3 weeks, 6 days ago

Choosing the Right CI/CD Tools: A Comprehensive Guide

This blog post offers guidance on choosing the right CI/CD tools to automate your software development and delivery process. It emphasizes prioritizing your team's needs and choosing tools that address those needs. Open-source solutions are explored as a viable option. The importance of starting small and building a scalable CI/CD pipeline is stressed. Security and bug management are also covered. The blog recommends ongoing communication and keeping your CI/CD framework up-to-date.

Story
@shurup shared a post, 1 month, 2 weeks ago
@palark

werf v2: how this CI/CD tool evolved and why it came up with Nelm instead of Helm

werf is a CLI tool for CI/CD created in 2016 and a CNCF Sandbox project since 2022. It implements opinionated CI/CD in Kubernetes with your favourite CI system. Starting from werf v2, it uses Nelm instead of Helm to deploy container images.

werf v2 release and evolution with Helm
Story
@boldlink shared a post, 1 year, 7 months ago
AWS DevOps Consultancy, Boldlink

AWS Cost Optimization — Lifecycle rules for s3

The key to cost optimization with AWS S3 is understanding and utilizing the various S3 instance classes based on your use cases. Adding lifecycle policies that automatically move data from the most expensive storage to the cheapest will dramatically reduce your AWS Spending and begin the path to bei..

AWSCostSaving-1 (1).png
Story
@muhammadali642 shared a post, 2 years ago
Marketing

The fastest way to ramp up on DevOps

You probably have been thinking of moving to DevOps or learning DevOps as a beginner. This article carefully explains fields you need to get familiar with or know of to become a full DevOps engineer.

Story
@muhammadali642 shared a post, 2 years ago
Marketing

Why Kubernetes is a must learn to become Cloud Native

Kubernetes is a major pillar when talks come to being cloud native, because Kubernetes alongside its vast ecosystem of tools, will singlehandedly construct, scale, and operate any of your cloud applications. This major power that Kubernetes has is a valid reason Kubernetes is a must-learn in becoming cloud native. This article has looked more into Kubernetes and why it needs to be learned to become cloud native.

Story
@boldlink shared a post, 2 years ago
AWS DevOps Consultancy, Boldlink

Gitlab Runner for AWS

Gitlab Ci is gaining traction in both the Hosted and Cloud-Hosted versions because it is tackling one of the “DevOps” challenges, nr of tools used across the different Software Development teams by offering a single solution with many tools such as SCM; CI/CD or GitOps; ticketing; analytics; securit..

Story
@priyanshuchhazed shared a post, 2 years, 2 months ago
Product Marketer, Argonaut

What You Should Know Before Setting Up Your First CI/CD Pipeline

This article focuses on laying down the thought process behind how you should go about answering the above questions so that you can quickly start building your first delivery pipeline.

What You Should Know Before Setting Up Your First CI/CD Pipeline
Story
@priteshtailor shared a post, 2 years, 5 months ago
Devops Engineer, previsico

Disposable Virtual Machines in 3 commands with Multipass

Virtual environments are invaluable tools for developers be they data scientists, software/cloud/DevOps engineers and system administrators. They provide you with quick disposable environments for experimentation, testing and endless fresh starts.

0_ote5PGMms_eM7_Oc.jpeg
Story
@daveyhert shared a post, 2 years, 5 months ago
Technical Writer, ConfigCat

Progressive Delivery Strategies For Efficient, Risk Mitigated Deployment

Building a modern application often involves building it as a microservice, which provides developers with more flexibility and agility in terms of deployment options.

Story
@muhammadali642 shared a post, 2 years, 6 months ago
Marketing

6 testing types, every developer should understand

If you Google testing types in software engineering, you’ll certainly end with a list of hundreds of tests. We are sure not all of them will be useful for you. There are also some testing types that have two or three names and some others are very similar even if they have different names.