Project structure: microservices/ΒΆ
Everything regarding the microservices you add to the project is kept here. Each microservice is a directory containing a k8s.yaml
file which holds the Kubernetes objects required for it and a src
directory with a Dockerfile
, if continuous integration is configured.
k8s.yaml
can also be templated.
Use hasura microservice create to create a new microservice.
Following are the files present in this directory:
Was this page helpful?