Recommended Google client library to access the Google Kubernetes Engine API, used for building and managing container based applications, powered by the open source Kubernetes technology.
Kapitan provides a type-safe, intelli-sense capable, parameterizable definition language for defining Kubernetes objects. Kapitan renders these manifests into a YAML file to be leveraged by kubectl or any other client that consumes YAML
Graceterm middleware provides implementation to ensure graceful shutdown of AspNet Core applications. The basic concept is: After aplication received a SIGTERM (a signal asking it to terminate), Graceterm will hold it alive till all pending requests are completed or a timeout ocurr.