Continuous Integration / Continuous Delivery (CI/CD)
Pipelines & Workflows (e.g., Jenkins, GitLab CI, CircleCI, Azure DevOps)
Build Automation & Management (e.g., Maven, Gradle, npm, Yarn)
Artifact Management & Repositories (e.g., Nexus, Artifactory)
Release Strategies & Deployment Patterns (e.g., Blue/Green, Canary)
8 topics in this forum
-
Agile processes, prioritizing speed, quality, and efficiency, are gradually replacing traditional software development and deployment methods in the age of rapid software delivery. CI/CD has become a fundamental component of contemporary software development, allowing teams to automate the processes of building, testing, and deploying software. The pipeline facilitates the flow of code changes from development to production and is the central component of continuous integration and delivery (CI/CD). Recent studies like “State of DevOps” highlight that the most common DevOps practices are continuous integration (CI) and continuous delivery (CD), used by 80% of organization…
-
- 1 reply
- 129 views
-
-
Hello Everyone I am currently working on integrating automated rollbacks into our CI/CD pipeline to ensure a more robust deployment process. Our team is looking to find the best methods and tools that can be adopted to make this transition as smooth as possible. I came across this article- https://docs.aws.amazon.com/codedeploy/devops traininglatest/userguide/deployments-rollback-and-redeploy.html ,that provided some insights, but I'd love to hear from those of you who have hands-on experience in this area: What strategies have you implemented for automated rollbacks? How do you handle rollback complexities, especially when dealing with dependencie…
-
- 2 replies
- 481 views
-
-
3 min read By introducing vulnerabilities, long-lived credentials can erase the rapid, iterative improvements automated software processes are designed to deliver. The post Securing CI/CD Pipelines: The Role of Workload Identity Federation appeared first on Aembit. The post Securing CI/CD Pipelines: The Role of Workload Identity Federation appeared first on Security Boulevard. View the full article
-
- 0 replies
- 61 views
-
-
Organizations often use Terraform Modules to orchestrate complex resource provisioning and provide a simple interface for developers to enter the required parameters to deploy the desired infrastructure. Modules enable code reuse and provide a method for organizations to standardize deployment of common workloads such as a three-tier web application, a cloud networking environment, or a data analytics pipeline. When building Terraform modules, it is common for the module author to start with manual testing. Manual testing is performed using commands such as terraform validate for syntax validation, terraform plan to preview the execution plan, and terraform apply followed…
-
- 0 replies
- 85 views
-
-
Palo Alto Networks' Daniel Krivelevich shares a general three-step framework organizations can use to secure the CI/CD pipeline and surrounding areas. View the full article
-
- 0 replies
- 449 views
-
-
CloudBees took the wraps off the first major update to the open source Jenkins CI/CD platform made in the past several years. View the full article
-
- 0 replies
- 230 views
-
-
If you are looking for a way to manage your Kubernetes applications using GitOps principles, you definitely should check out Argo CD. In this article, I will show you what Argo CD is, how it works, and how you can use it to deploy and manage your applications in a declarative and automated way... View the full article
-
- 0 replies
- 225 views
-
-
In the fast-paced world of software development, where agility and rapid iteration are key, a slow and sluggish CI/CD (Continuous Integration/Continuous Deployment) pipeline can be a major bottleneck. Slow pipelines not only hinder developer productivity but also delay the delivery of new features and bug fixes to users. To address this challenge, organizations are seeking strategies to optimize and accelerate their CI/CD pipelines. In this article, we explore effective strategies to speed up CI/CD pipelines and achieve faster time-to-delivery. 1. Parallelize Builds and Tests: One of the most effective ways to speed up CI/CD pipelines is to parallelize the build an…
-
- 0 replies
- 287 views
-