opencompose
opencompose copied to clipboard
OpenCompose - A higher level abstraction for Kubernetes Resource
With kompose we by default create a headless service when no port is defined in the configuration. We can do something with intelligence here. If no ports info given in...
Support for `opencompose explain` I think in terms of user experience with respect to kubernetes and openshift, their cli has command `explain` which tells you what specific field in the...
Add support for initContainers in OpenCompose. Might need an extra field in the way we define containers, just adding an extra field which defines a container in the list of...
Hi, There are some problems which I encountered while working with encoding_test.go, let's fix them. Let's keep separate commits/PR's for each one of them. - [ ] No comments, so...
[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...
I am getting this error for the opencompose file missing the `image` field ```bash $ opencompose convert -f no-storage.yaml -o - ERROR: could not unmarshal data for file 'no-storage.yaml': Required...
general port mapping in docker or docker-compose is `HOST:Container` but opencompose supports `Container:service or host`, this may confuse new user
Recreate vs. RollingUpdate https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy