Tomas Kral
Tomas Kral
pick some example applications and show how it looks like with: - opencompose - kompose - helm - ansible-container
There are things that are validated in `encoder` (when unmarshaling) and other in `object` package (Validate function) We should clean that up and come with something that will be more...
``` version: 0.1-dev services: - name: helloworld containers: - image: quay.io/tomkral/nginx ports: - port: 8080:8080 type: external - port: 8080:8088 type: external - port: 8080:8090 ``` Why you try convert...
It should possible to mount one volume to two different paths in the same container. If I do this ``` version: 0.1-dev services: - name: foo containers: - image: tomaskral/sleeper...
related discussion https://github.com/redhat-developer/opencompose/pull/136#issuecomment-303061614
[Kubernetes ExternalIPs](https://kubernetes.io/docs/concepts/services-networking/service/#external-ips) requested by @brainstorm: Context: I came to [test out opencompose](https://github.com/brainstorm/cgtd/commit/344fa1a15d5874c3dff17e91537864b77b5fd2b1) since I needed a way to assign [an already existing domain/AWS Elastic IP to a service](https://github.com/brainstorm/cgtd/commit/1033b0b7fa7aa7d389f5b6dae9e0a2484b1622ce#diff-4e5e90c6228fd48698d074241c2ba760R26), which I...
Recreate vs. RollingUpdate https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
Most users using Ingress will probably want secure it using https. OpenCompose should support that https://kubernetes.io/docs/user-guide/ingress/#tls
ServiceBinding should support binding to deployed Helm Charts. This would dramatically increase the usefulness of the Service Binding Operator. Helm Charts are the most used way how to deploy prepackaged...