What are the best learning platforms for CI/CD that aren’t tied to a specific vendor?

0
7
Asked By TechExplorer91 On

I'm looking for recommendations on learning platforms for Continuous Integration/Continuous Deployment (CI/CD) that are not specific to any one vendor. Are there neutral platforms available, or is it more effective to learn using cloud services like Azure, AWS, or GCP?

2 Answers

Answered By PipelineMaster On

Most CI/CD tools are centered around YAML configurations, so while the concept is agnostic, each platform has its own unique quirks. Jenkins is a great starting point to familiarize yourself with the basics.

Answered By DevOpsNinja42 On

There really isn't a true vendor-neutral option aside from crafting your own scripts. While AWS and Azure provide their own CI/CD tools, they're not standalone CI/CD platforms. If you're looking for something open-source, Jenkins is a solid choice to get started.

CloudWizard88 -

What about GitLab?

BuilderBot99 -

Yeah, Jenkins is pretty popular, so that could work for you.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.