osiris
osiris copied to clipboard
A general purpose, scale-to-zero component for Kubernetes
I couldn't add the repo to helm chart. I have an AKS cluster and my helm version 3.3.4. Kindly help with this
**Question:** Are there plans for releasing a first stable version such as v0.1?
**Environment:** - Kubernetes distribution (e.g. AKS, ACS Engine, GKE, EKS, etc.): AWS EKS - Kubernetes version (use `kubectl version`): 1.14 - Osiris version (specify by SHA or semver): 113a458 -...
I would like to be able to customize the image pull secret. This would allow me to use custom made or private images
**Environment:** - Kubernetes distribution (e.g. AKS, ACS Engine, GKE, EKS, etc.): - Kubernetes version (use `kubectl version`): - Osiris version (specify by SHA or semver): - Install method (specify exact...
Since the readiness probe did not get configured apart from the path to check, it takes its default settings. That means by default 10 seconds, so a non started service...
**Environment:** - Kubernetes distribution (e.g. AKS, ACS Engine, GKE, EKS, etc.): AKS - Kubernetes version (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.5", GitCommit:"e6503f8d8f769ace2f338794c914a96fc335df0f", GitTreeState:"archive", BuildDate:"2020-07-01T16:28:46Z", GoVersion:"go1.14.4", Compiler:"gc", Platform:"linux/amd64"}...
There are cases where it would be nice to turn off multiple deployments/statefulsets based on traffic coming to a single service. For example, when we have a web application with...
**Question:** In the endpoint controller I'm getting ``` Error creating endpoints manager for service pa-service in namespace prism-fb-osiris-fb: Selector not found for service pa-service in namespace prism-fb-osiris-fb ``` What could...
**Question:** We are trying to use Osiris ZeroScaler with Istio proxy injected pods. Looks like its scaling the pods to 0 when there is no traffic. However, it does not...