streaming-ops
streaming-ops copied to clipboard
Simulated production environment running Kubernetes targeting Apache Kafka and Confluent components on Confluent Cloud. Managed by declarative infrastructure and GitOps.
Document and provide an example solution for monitoring, dashboards, alerts (maybe to community slack channel).
If a PR is posted that will mutate a deployed environment, run a command that reports back to the PR the proposed modified declarations in a format that's easy to...
Terraform is heavily used in many dev-ops teams. Support for Confluent Could would be highly valuable. The recently published approach is difficult when _not_ running k8s.
The applications right now have lots of duplicate volumes and volumeMounts in order to configure various aspects. Evaluate removing the duplication by way of Kustomize overlays or another templating solution.
Right now the ccloud environment name is `kafka-devops`, and this affects the configurations as they are linked by name. For example the microservices apps link to their bootstrap url by...
For example, an error related to permissions on their respective consumer groups will not result in a container termination.
Right now all the microservices are sharing a service account (and thus, a key) and ACLs. Ideally, each service would have it's own entire security setup with Principal of Least...