2018-11-16 11:38:43 +00:00
|
|
|
# flux-get-started
|
2018-11-16 12:43:33 +00:00
|
|
|
|
2019-10-20 10:50:27 +00:00
|
|
|
[![CircleCI](https://circleci.com/gh/fluxcd/flux-get-started.svg?style=svg)](https://circleci.com/gh/fluxcd/flux-get-started)
|
|
|
|
|
2018-11-16 12:43:33 +00:00
|
|
|
We published a step-by-step run-through on how to use Flux and Helm Operator [over
|
2019-08-01 10:13:48 +00:00
|
|
|
here](https://github.com/fluxcd/flux/blob/master/docs/tutorials/get-started-helm.md).
|
2018-11-16 12:43:33 +00:00
|
|
|
|
2019-10-20 10:50:27 +00:00
|
|
|
## Workloads
|
2018-11-16 18:39:40 +00:00
|
|
|
|
2019-08-16 15:29:56 +00:00
|
|
|
[podinfo](https://github.com/stefanprodan/podinfo)
|
2018-11-16 18:39:40 +00:00
|
|
|
* Kubernetes deployment, ClusterIP service and Horizontal Pod Autoscaler
|
|
|
|
* init container automated image updates (regular expression filter)
|
|
|
|
* container automated image updates (semantic versioning filter)
|
|
|
|
|
2019-10-20 10:50:27 +00:00
|
|
|
## Helm Releases
|
2018-11-16 18:15:38 +00:00
|
|
|
|
|
|
|
Mongodb
|
|
|
|
* Source: Helm repository (stable)
|
|
|
|
* Kubernetes deployment
|
|
|
|
* automated image updates (semantic versioning filter)
|
|
|
|
|
|
|
|
Redis
|
|
|
|
* Source: Helm repository (stable)
|
|
|
|
* Kubernetes stateful set
|
|
|
|
* locked automated image updates (semantic versioning filter)
|
|
|
|
|
|
|
|
Ghost
|
|
|
|
* Source: Git repository
|
2018-11-17 15:40:23 +00:00
|
|
|
* disabled automated image updates (glob filter)
|
2018-11-16 18:15:38 +00:00
|
|
|
* has external dependency - mariadb (stable)
|
|
|
|
|
2019-10-20 10:50:27 +00:00
|
|
|
## Manifests Validation
|
|
|
|
|
|
|
|
CircleCI [jobs](./.circleci/config.yml):
|
|
|
|
* validate Kubernetes manifests with [kubeval](https://github.com/instrumenta/kubeval)
|
|
|
|
* validate Flux Helm Releases with [hrval](https://github.com/stefanprodan/hrval-action)
|
|
|
|
|
|
|
|
### <a name="help"></a>Getting Help
|
2018-11-16 12:43:33 +00:00
|
|
|
|
2018-11-16 13:17:34 +00:00
|
|
|
If you have any questions about, feedback for or problems with `flux-get-started`:
|
2018-11-16 12:43:33 +00:00
|
|
|
|
2019-08-13 07:24:50 +00:00
|
|
|
|
|
|
|
- Invite yourself to the <a href="https://slack.cncf.io" target="_blank">CNCF community</a>
|
|
|
|
slack and ask a question on the [#flux](https://cloud-native.slack.com/messages/flux/)
|
|
|
|
channel.
|
|
|
|
- To be part of the conversation about Flux's development, join the
|
|
|
|
[flux-dev mailing list](https://lists.cncf.io/g/cncf-flux-dev).
|
|
|
|
- [File an issue.](https://github.com/fluxcd/flux/issues/new)
|
2018-11-16 12:43:33 +00:00
|
|
|
|
|
|
|
Your feedback is always welcome!
|