My team has developed a kubernetes cluster. And we have tested it manually using kubectl
command line. These test cases are related to for example:
Link for above manual testcases: Kubernetes DOCS
I have found a Github resource to run integration tests using automation. Please refer to this link for more information: Run Integration test cases on kubernetes
But seems that i am unable to figure it out how to run them. Process mentioned by Github Resource is confusing and not clear.
I have searched for blogs for whole day and seems like they were helpful but not much. My question is has anyone have run the integration test cases on their kubernetes cluster using automation?
If yes can you please share the best resource and steps to follow up.
Adding more information i have searched everywhere and found a Github repository Official Python client library for kubernetes, and i am going to try with this.
Give a read-through of Sonobuoy. It runs a conformance test on a Kubernetes cluster and also allows you to do some specific tests using it's plugin architecture.