Skip to content

Commit 5114323

Browse files
committed
docs: add problems to solve
ref: #5 #2 #3
1 parent f312563 commit 5114323

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/projects/kustomize/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ about: https://github.com/nofusscomputing/kubernetes
1818

1919
This project exists to provide a single location for all you Kubernetes deployment puposes. Contained within the [Kustomize repository](https://github.com/nofusscomputing/kubernetes) are Kubernetes Kustomize manifests ready for deployment. You are free to use them and that includes to collaborate in the addition and maintenance of the manifests.
2020

21+
22+
## Problems to Solve
23+
24+
As the intent of this repository is for config management, although limited to the deployment configuration minus any secrets and customizations. As much as possible **There is a requirement for CI for Quality Control.** To aid in this tooling to assist in the process will need to be created. The following list includes and is not limited to, problems to solve:
25+
26+
- Deploying the manifests to test they work
27+
28+
- Identifying if a base / component has a dependency. _i.e. other apps that must be deployed first._
29+
30+
- Updating manifest repo locations.
31+
32+
if a manifest that is fetched via git has had an update, then being able to update this when it occurs or close to.

0 commit comments

Comments
 (0)