An open API service indexing awesome lists of open source software.

https://github.com/peter-evans/kubernetes-travis-template

A template project for Kubernetes services development and integration testing
https://github.com/peter-evans/kubernetes-travis-template

integration-testing kubectl kubernetes minikube travis-ci

Last synced: about 1 month ago
JSON representation

A template project for Kubernetes services development and integration testing

Awesome Lists containing this project

README

          

# kubernetes-travis-template
[![Build Status](https://travis-ci.org/peter-evans/kubernetes-travis-template.svg?branch=master)](https://travis-ci.org/peter-evans/kubernetes-travis-template)

This is a template project for developing and testing services that run in Kubernetes. It uses [Travis CI](https://travis-ci.org) to build and test.

[Minikube](https://github.com/kubernetes/minikube) is installed, after which other services can be deployed in Kubernetes and tested.

## Reference

- https://kubernetes.io/docs/tasks/tools/install-kubectl/
- https://kubernetes.io/docs/tasks/tools/install-minikube/

## License

MIT License - see the [LICENSE](LICENSE) file for details