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
- Host: GitHub
- URL: https://github.com/peter-evans/kubernetes-travis-template
- Owner: peter-evans
- License: mit
- Created: 2018-08-21T01:07:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T06:33:46.000Z (almost 8 years ago)
- Last Synced: 2024-10-05T11:41:38.229Z (over 1 year ago)
- Topics: integration-testing, kubectl, kubernetes, minikube, travis-ci
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubernetes-travis-template
[](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