-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
K8s deployment #1113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K8s deployment #1113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @sahajamit! This is great!
Could you please add some instructions to the readme, showing how to use it?
@diemol, I have added the documentation in readme. |
@diemol: Can you please help merging this PR ? |
@sahajamit I haven't had time to test it. |
@diemol : Sure let me setup a Github action and will revert back in couple of days. |
@diemol : I have added a github action which will spin up a minikube cluster, deploy the grid4 and also do a simple smoke test. Pls let me know if any other test needs to be added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @sahajamit! This is great 🎉
Description
Added the yaml configuration file to deploy the grid 4 alpha release docker images inside a kubernetes environment.
Motivation and Context
I have been using the selenium 4 grid alpha release in my local kubernetes environment and for this purpose I have created the complete deployment yaml to deploy the full grid in k8s environment.
As I could only see the docker-compose yaml file in this repo so I have decided to contribute the kubernetes yaml to this repository so that others can also start using it.
Types of changes
Checklist