cloudfoundry / cf-k8s-networking

building a cloud foundry without gorouter....
Apache License 2.0
32 stars 17 forks source link

Add a draft implementation of Route Integrity #59

Closed mike1808 closed 4 years ago

mike1808 commented 4 years ago

Route Integrity Implementation

Refer to proposal doc for more information.

Implementation

It's a simple mutating admission controller which watches for pods in cf-workloads namespace and modifies the serviceAccountName field and creates the service account if it doesn't exist.

Links

Co-authored-by: Nitya Dhanushkodi ndhanushkodi@pivotal.io

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/174182153

The labels on this github issue will be updated when the story is started.

kauana commented 4 years ago

We are closing the PR but keeping the route-integrity-draft branch as discussed here.