Bill Monkman
Bill Monkman
We often find it useful to have a docker image to assist in debugging inside a k8s cluster, it should include tools like: - curl - siege - mysql and...
If someone chooses not to automatically check their created repositories into github we skip the follow-up question which asks for the github organization to use. This has the unintended side...
To enable a simplified, low-cost option for people who are just getting their product started, we should add support for running serverless applications, with an easy way to transition to...
In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add `checkout: false` since we are already...
The check function in `gha-setup.sh` in the application modules (backend-go, backend-node, frontend-react, static-gatsby) run a script to check for binaries and then do a curl call to github to verify...
If there is a syntax error in a template during `zero create` we get a big ugly stack trace. Let's improve this and see if we can show a nice...
Originally the "zero-deployable-backend" project was supposed to be this but it sort of turned into the Go backend. We should have a project which gives an example of how to...
Related to #368 If someone wants to create a new frontend that is deployable into Zero infrastructure (using S3/Cloudfront) but doesn't want any of our existing frontend (React) boilerplate, there...
As of EKS 1.19, k8s is starting to deprecate the beta ingress schema in favour of the new stable one, resulting in messages like: `Warning: extensions/v1beta1 Ingress is deprecated in...
Maybe just db containers running in the same namespace as the EP's demo app?