Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 604 Bytes

Apache Ignite on K8s using Pulumi

Deploy Apache Ignite 2.9.0 on K8s using Pulumi infrastructure as code.

Usage

# optionally set configuration values
$ pulumi config set serviceType LoadBalancer
$ pulumi config set replicas 5

$ pulumi up
$ kubectl get all -n ignite
$ pulumi destroy

References

Maintainer

M.-Leander Reimer (@lreimer), mario-leander.reimer@qaware.de

License

This software is provided under the MIT open source license, read the LICENSE file for details.