thekubeworld / kubeproxy-testing

The kube-proxy testing place

Repository from Github https://github.comthekubeworld/kubeproxy-testingRepository from Github https://github.comthekubeworld/kubeproxy-testing

Go Report Card License

kubeproxy-testing

This repo made progress and now is marked as deprecated to join the efforts with k8s-service-lb-validator project.

Still interested to give it a try?

1) Download the k8devel Go framework for Kubernetes

$ go get github.com/thekubeworld/k8devel

2) Clone this repo and run the tests

$ git clone https://github.com/thekubeworld/kubeproxy-testing
$ cd kubeproxy-testing
$ go run run.go 
πŸ€– Creating and validating the following kube-proxy scenarios:
⏳ ClusterIP service βœ…
⏳ NodePort service βœ…
⏳ LoadBalancer service βœ…
⏳ ExternalName service βœ…

About

The kube-proxy testing place

License:Apache License 2.0


Languages

Language:Go 100.0%