https://github.com/adyanth/docker-k8s-submission-template
https://github.com/adyanth/docker-k8s-submission-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adyanth/docker-k8s-submission-template
- Owner: adyanth
- Created: 2022-06-20T06:22:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T14:18:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T05:27:59.226Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-k8s-submission-template
This is a base template for CWiCS BOOST 2.0 Docker and Kubernetes.
This is set up in a way to utilize Github Actions for [CI to build and push](.github/workflows/docker-image-ci.yml) container images from Dockerfiles to the Github Container Registry.
## Initial Steps
- [Fork this repository](https://github.com/adyanth/docker-k8s-submission-template/fork)
- Go to the Actions tab and enable Actions by clicking on I understand my workflows
- Clone the repo or open the online editor and start commiting code!
## Naming Conventions
The container repository base will be `ghcr.io//`. The tags will be the branch name. The main branch will also get the `latest` tag.
Use this naming convention while referring to images in the Kubernetes manifests.
Place all the Kubernetes manifests under the [`manifests/`](manifests) directory. Utilize your github username for namespaces.