Davanum Srinivas
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Versions and GitHub Sync Note Insights Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       owned this note    owned this note      
    Published Linked with GitHub
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Status of usage of AWS Credits for Kubernetes Google has been paying the bills for community infrastructure for a long time since the inception of the Kubernetes project. A few years ago Google switched to the mode where they wanted CNCF and Kubernetes community to own the infrastructure and ensure it is run by the community (and take Google folks as the only ones having admin access). Towards this effort Google granted credits of $3 million dollars per year. There was a Special Interest Group in Kubernetes community called SIG-K8s-infra to help move the infra out from google's hands BUT still run on GCP as there was no other alternative. This SIG has been working on a lot of projects to help Kubernetes community have access to compute/network/storage resources across the board as needed by other SIG(s) in Kubernetes. Last few years a trend emerged where AWS customers, some of those who use EKS and many of those who run their clusters using own custom/proprietary k8s distros have been placing a lot of load on the community infrastructure. One example is container images, AWS generates a LOT of traffic across clouds as folks running things in AWS reach out across cloud boundaries (think egress costs) and pulling images from the google hosted registries (GCR). So the community reached out to AWS leadership and this year we are funding $3 million to match Google's commitment. The SIG has been thinking about and building infrastructure across GCP and AWS now. For example the CI system called prow which runs on GCP has now been stitched together with a prow on EKS as well. So CI jobs in the community can run on either cloud. There are various classes of CI jobs, so some of them are easily portable and we are working on ensuring all classes of jobs can work on either cloud. Another example is scalability jobs for 100 node cluster and 500 node clusters etc which take a lot of $$'s to run as well. So community is coming up with ways and means to run these as well in AWS. At the moment, one of the very first things that a community member or end of kubernetes will see is that there is a new container registry which is state of the art proxy that redirects traffic for large blobs to a location that is nearer to where the cluster is running. For example a cluster running on AWS will get redirected to a s3 bucket in the same region for large files. This helps in keeping egress costs down as well as speed up access and reduce latency as well. This is a net new win for AWS customers. There are several such efforts in progress, the community has set itself a priority 0 and priority -1. priority zero is to ensure we use the credits from AWS responsibly and in a sustainable fashion to build a multi cloud infrastructure for the community. priority -1 is to reduce spend on GCP by any means necessary to create headroom there to ensure that we don't need to go ask google for extra funds in the last quarter of the year. This will also help with rolling out more things we can be doing in GCP that we have been holding off as we tended to use up all the credits there. There are things that will be happening for binary artifacts, signed release artifacts, CDN(s) etc over time. What does AWS get out of this? (enumerating just a few here!): - Community is in better shape - More testing especially on AWS - Better tools include AWS as first class citizen - goodwill from the community - Our customers have better access to community infrastructure - Faster / lower latency - EKS development team - CI jobs are already running on AWS, easier to support versions of k8s that are not supported by the community Most important of all, Community is more sustainable now which ensures that the revenue stream to AWS from EKS/Kubernetes will be more stable and growing going forward. # What we can celebrate now? Community started from a single registry in GCR, to a globally distributed solution in GCR, to now a globally distributed, multi-provider mirroring network across cloud providers. This registry running on GCP and AWS at first, with more expected to onboard. Everyone using the older registry (`k8s.gcr.io`) can and should move to the new registry at `registry.k8s.io`. Kubernetes clusters running on GCP will be served large files from within GCP and AWS customers who are running EKS or their own DIY Kubernetes clusters will get redirect to region specific S3 buckets for large/ frequently used files which will reduce egress traffic, latency and improve download speeds. All non-GCP users of `registry.k8s.io` are served from AWS S3 buckets as well. More details at: [1] https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/ [2] https://kubernetes.io/blog/2023/02/06/k8s-gcr-io-freeze-announcement/ [3] https://aws.amazon.com/blogs/containers/changes-to-the-kubernetes-container-image-registry/

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully