-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Add multi-tenancy usage models blog post #27200
Add multi-tenancy usage models blog post #27200
Conversation
Welcome @JimBugwadia! |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 1b162a0 https://deploy-preview-27200--kubernetes-io-master-staging.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JimBugwadia here's some feedback; I hope it's useful.
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
/retitle [WIP] Add multi-tenancy usage models blog post |
@JimBugwadia feel free to mark this ready for review - remember to update the PR description too. If you'd like help with any of this, feel free to ask! |
Prow doesn't let you mention GitHub users (to avoid people getting spammed if there's a fork of the commits). If you squash commits @JimBugwadia, that'll fix it. |
Thanks Tim, will do! |
/retitle Add multi-tenancy usage models blog post |
@JimBugwadia: Re-titling can only be requested by trusted users, like repository collaborators. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@sftim - I cleaned up the commits and have request a review. Thanks again! |
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-03-24-Kubernetes-Multi-Tenancy-Usage-Models.md
Outdated
Show resolved
Hide resolved
/lgtm |
LGTM label has been added. Git tree hash: 80cb912fd5d768f28ce8da2094b0cc64fb25073c
|
Just as a heads up, the kube state metrics post is slated for 4/13 (to coincide with their release) would 4/15 work? That would make it the only post going live that day. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small changes, in addition to the out-of-band comment on the date, but overall looks good 👍
content/en/blog/_posts/2021-04-13-Three-Tenancy-Models-for-Kubernetes.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2021-04-13-Three-Tenancy-Models-for-Kubernetes.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Jim Bugwadia <[email protected]>
Signed-off-by: Jim Bugwadia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR now has no changes @JimBugwadia
I recommend you carefully rebase it - against master if feasible - and take care not to squash commits too eagerly.
Signed-off-by: Jim Bugwadia <[email protected]>
Thanks, @sftim! I renamed the file but missed adding it! All good now. |
/lgtm |
LGTM label has been added. Git tree hash: 9c0246f42922ef4b1943f4ac0f23fee67625c03b
|
lgtm |
/lgtm |
/approve Thanks @JimBugwadia |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianludwin, sftim, tashimi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Scheduled for 2021-04-15 |
|
||
## Security considerations | ||
|
||
Cloud native security involves different system layers and lifecycle phases as described in the [Cloud Native Security Whitepaper](https://www.cncf.io/blog/2020/11/18/announcing-the-cloud-native-security-white-paper/) from CNCF SIG Security. Without proper security measures implemented across all layers and phases, Kubernetes tenant isolation can be compromised and a security breach with one tenant can threaten other tenants. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make more sense to link the kubernetes blog post instead of cncf blog post, for the cloud native security whitepaper: https://kubernetes.io/blog/2020/11/18/cloud-native-security-for-your-clusters/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with either link. @PushkarJ the article isn't live so you might have time to propose a revision and get it reviewed.
My gut feeling is that, actually, for only a small tweak it is not worth the effort.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To close the loop here, PR #27555 updates the above link for whitepaper
/lgtm |
Signed-off-by: Jim Bugwadia [email protected]
Blog post for Kubernetes Multi-Tenancy Usage Models
cc: @tashimi