Skip to content
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

Kubernetes Support #60

Closed
stevesloka opened this issue Mar 7, 2019 · 12 comments · Fixed by #146
Closed

Kubernetes Support #60

stevesloka opened this issue Mar 7, 2019 · 12 comments · Fixed by #146
Labels
enhancement Some improvement that isn't a feature

Comments

@stevesloka
Copy link
Contributor

I wanted to see if this project would be interested in Kubernetes as a deployment option. I worked on a proof of concept and have things mostly working. I'm happy to share this with the repo but wanted to check in and see if there was interest before cleaning things up with a PR.

@coadler
Copy link
Member

coadler commented Mar 7, 2019

Sounds like a great addition to me

@incizzle
Copy link

incizzle commented Mar 7, 2019

Would love to check it out. Planning to deploy this in my own Kubernetes cluster.

@kylecarbs
Copy link
Member

We've created a Dockerfile if that helps!

@sr229
Copy link
Contributor

sr229 commented Mar 7, 2019

you can also try my image which has been confirmed to work in Kubernetes. I provide OpenShift images as well. @stevesloka

@alphabt
Copy link

alphabt commented Mar 8, 2019

Would love to see K8s integration!

@nhooyr
Copy link
Contributor

nhooyr commented Mar 8, 2019

We can definitely add a helm package.

@nhooyr nhooyr added the enhancement Some improvement that isn't a feature label Mar 8, 2019
@nishantbhat
Copy link

How to install this on kubernetes ?? Please anyone provide the steps ?

@sr229
Copy link
Contributor

sr229 commented May 8, 2019

There is a Kubernetes manifest included in this repository, just grab the raw link and use kubectl apply -f @nishantbhat

@nishantbhat
Copy link

@sr229 can you please tell me how to build the docker image from source code for openshift. What is the changes I have to do for openshift ?

@sr229
Copy link
Contributor

sr229 commented May 12, 2019

I already built it for you, it should be at chinodesuuu/coder:openshift. You won't be able to install your own tools, but if you really wish edit the Dockerfile and use docker build @nishantbhat. I won't tell how to built it since there are tons of instructions about building Docker containers already.

@nishantbhat
Copy link

nishantbhat commented May 12, 2019

@sr229 I have a changes in the source code but am not able to build it for openshift :( so I asked you.

@sr229
Copy link
Contributor

sr229 commented May 12, 2019

Please install Docker in your machine and build it yourself, then push it to the OpenShift registry. If you don't have the bandwidth for this, you can use PWD or Google Cloud's Cloud Shell to do this for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants