0 votes
in Kubernetes K8s by
What is Kubernetes? How can you integrate Jenkins with Kubernetes?

1 Answer

0 votes
by

Kubernetes is a container orchestration tool. With Kubernetes, one can create multiple container instances to achieve more fault tolerance. You can use the Kubernetes deploy plugin to use it with Jenkins for continuous deploy.

...