|
|
|
|
|
by kro92kfmrzz
2612 days ago
|
|
We’re currently replacing Jenkins with EKS, and if it goes well, will consider doing the same with Circle. External partners have costs. And really the kind of things we need these things for here are pretty easy to configure in a Docker container. What we expect we’ll end up with after the Jenkins switch is Cloudformation templates we can hack into a Circle CI replacement. And we’d use GitLab if we could start over there but are bought into some end user tools and workflows that connect to GitHub that people don’t want to give up. BUT no one cares about Jenkins going away since they use it through a Slack bot ️ |
|
This doesn't make sense to me. Jenkins is a CI tool - that means it can build, test, and deploy your code.
EKS is a managed Kubernetes instance. That means it can run a collection of Docker containers.
I don't see how EKS can accomplish building or testing.