Example – using Minikube with Travis.CI

The example earlier that showed using Bats to run a test was created by the team at Bitnami, and they also leveraged that same example repository for building and deploying code into an instance of Minikube hosted and run on Travis.CI. Their example repository is online at https://github.com/bitnami/kubernetes-travis, and it installs Minikube as well as additional tooling to build and deploy into a small Kubernetes instance.

Travis.CI is configured through a .travis.yml file, and the documentation for how to configure it and what options are available is hosted online at https://docs.travis-ci.com. Travis.CI, by default, will attempt to understand what language is being used, and orient its build scripts ...

Get Kubernetes for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.