How to set up kubernetes on travis YML file How to set up kubernetes on travis YML file kubernetes kubernetes

How to set up kubernetes on travis YML file


You could try to install minikube: http://github.com/kubernetes/minikube if you need it running on TravisCI otherwise I would suggest connecting to a self-managed Kubernetes cluster or using Google's cli/sdk to launch a small GKE cluster and use that for testing