Bitnami has published its Kubernetes Production Runtime (BKPR), a bundle of the Kubernetes orchestration software and other services that are typically needed when operating a Kubernetes cluster, such as logging, monitoring, certificate management and automatic discovery of Kubernetes resources via public DNS servers. The services are pre-configured to work with each other out of the box.
For monitoring BKPR includes the Kubernetes de-facto standard Prometheus that has recently become a CNCF graduate project. Logging is provided by the well-known ELK stack consisting of Elasticsearch, Logstash and Kibana, while Nginx is taking on the role of the ingress controller in the Kubernetes cluster. The missing links are provided by ExternalDNS, cert-manager and the oauth2_proxy.
BKPR is available as an open source software under the Apache 2 License for Kubernetes 1.9 and 1.10 on Google Kubernetes Engine (GKE) and Azure Kubernetes Service (AKS) clusters.