like I said in the title I'm new to DevOps and CI/CD. I don't have much experience (except for online tutorials) and I'm looking to start a project (nothing huge) that will be using automated CI/CD pipelines for all microservices.
Question is, what should I be using? There's an abundance of tools avilable.. Jenkins, CicleCI, TravisCI, DroneCI, GitLabCI, BitbucketCI, etc. It's becoming extremely confusing as to whether they are the same or not. Which of them would be the best to use in parallel with K8s, for many small microservice deployments?
Sorry if it sounds silly. First question here on StackOverflow.