-
Notifications
You must be signed in to change notification settings - Fork 21
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
Create a command to deploy frontend applications in Kubernetes #1011
Comments
although this is cool - aren't there other tools out there that already to this? could/should we start with "containerised APIs" instead? - i.e.
? |
@olensmar definitely would be better to start with APIs. you mention other tools solving this for frontend, which ones have you seen so far the solve this? I’m not aware of any. |
Actually why not both. Users can pick what they want to deploy either an API or a FE app.
We can make only image parameter required and we autogenerate service name This would mean from 0 to fully working FE/API in 5 minutes |
Actually, less than a minute :P |
For |
Yes that is correct I forgot to add it |
Would be cool if we enabled frontend developers to deploy their containerized web applications simply with Kusk.
A command like
Under the hood it would create a deployment and expose it
and then it would create a simple StaticRoute and connect it:
Alternatively, if that's complicated, we could just create the StaticRoute given a service name:
Which would create the StaticRoute under-the-hood.
The text was updated successfully, but these errors were encountered: