Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Service Account K8S deployment #55

Open
ghost opened this issue Aug 28, 2018 · 0 comments
Open

Need Service Account K8S deployment #55

ghost opened this issue Aug 28, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 28, 2018

Hi All,
Thank you for this plugin it works like a wonder to build K8S apps for deployment.
My request is to add service account to be added as we use the service account for auth

This is a grab from http://www.devoperandi.com/kubernetes-serviceaccounts/

  1. serviceAccounts are tied to Namespaces.
  2. Kubernetes Secrets can be tied to serviceAccounts and thus limited to specific NameSpaces.
  3. If non are specified, a ‘default’ with relatively limited access will be supplied on NameSpace create.
  4. Policies can be placed on serviceAccounts to add/remove API access.
  5. serviceAccounts can be specified during Pod or RC creation.
  6. In order to change the serviceAccount for a Pod, a restart of the Pod is necessary.
  7. serviceAccount must be created prior to use in a Pod.
  8. serviceAccount Tokens are used to allow a serviceAccounts to access a Kubernetes Secret.
  9. Using ImagePullSecrets for various Container Registries can be done with serviceAccounts

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants