Sha256: e42eff6a6c8494a7ffa80703ae1e56b95e22e63633b4191684e8afcb3ff7e23f
Contents?: true
Size: 884 Bytes
Versions: 10
Compression:
Stored size: 884 Bytes
Contents
### Kubes Project Structure On the other hand, Kubes defines a conventional project structure. Here's a project directory example: .kubes └── resources ├── base │ ├── all.yaml │ └── deployment.yaml ├── shared │ └── namespace.yaml └── web ├── deployment │ ├── dev.yaml │ └── prod.yaml ├── deployment.yaml └── service.yaml A Kubes project structure also supports introduces a role concept or folder. The folder structure only shows a web role for simplicity. You can always add more roles. For example: .kubes/resources/ROLE/deployment.yaml .kubes/resources/clock/deployment.yaml .kubes/resources/web/deployment.yaml .kubes/resources/worker/deployment.yaml
Version data entries
10 entries across 10 versions & 1 rubygems