Authors: Matthew Doherty, Philipp Kuntz, Robert Gogolok In the latest blog post, we provided an introduction to Kubernetes Finalizers.In the introduction, we covered the basic mechanics of how finalizers allow controllers to implement asynchronous pre-delete hooks. Simply put they inform the Kubernetes control plane that action needs to take place before Kubernetes garbage collection logic can… Read more »
Authors: Matthew Doherty, Philipp Kuntz, Robert Gogolok When extending the Kubernetes API with CustomResourceDefinitions you’ll come across the dilemma to clean up external resources when deleting a custom resource. Although you can create a custom resource simply to store and retrieve structured data, most of the time there is some entity involved, like custom controllers. The controller… Read more »
Introduction With BOSH CLI v2, the Cloud Foundry Foundation invented a new, easy and fast way to deploy a BOSH director on all supported platforms with just one deployment.