module-ballerina-kubernetes
module-ballerina-kubernetes copied to clipboard
**Description:** As of now the tests are skipped in travis's windows build. This needs to be enabled.
**Description:** We need to include a MD file by describing kubernetes for api docs [1] [1] https://ballerina.io/learn/api-docs/ballerinax/kubernetes.html
**Description:** Create annotations that allows to generate a codefresh pipeline. This could be based on a command.
**Description:** - The current implementation doesn't support changing the API version for k8s artifacts. - Add support to change API version in k8s yaml artifacts ``` @kubernetes:Deployment{ apiVersion:"extensions/v1beta1", } ```...
Now we support only nginx ingress controller. We need to add GCE ingress controller.
The kubelet uses startup probes to know when a container application has started. If such a probe is configured, it disables liveness and readiness checks until it succeeds, making sure...