`; } logoElement.innerHTML = html; } } function HideBackButton() { var logoElement = document.getElementById("logo"); if (logoElement) { logoElement.innerHTML = ` Groups.io `; } } function goBack() { history.back(); } // submitEvent acts like .submit(), except it is compatible with the app, by using events instead. function submitEvent(ele) { console.log("in submitEvent"); if (ele.startsWith('#')) { ele = ele.slice(1); } document.getElementById(ele).submit(); return; /* const theEvent = new CustomEvent('submit', { bubbles: true, cancelable: true }); if (typeof ele === 'string' || ele instanceof String) { if (ele.startsWith("#") == true) { ele = ele.slice(1); } if (document.getElementById(ele).dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); document.getElementById(ele).submit(); } return; } // assume ele is the element if (ele.dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); ele.submit(); } */ } // gioDestroy is a convenience function for destroy callbacks function gioDestroy(eventCB) { let internalGioDestroy = function(evt) { // do not activate on infinite scroll events if (evt.detail.target !== undefined && evt.detail.target.id != "maincontent-refresh") { console.log("Ignoring infinite scroll event"); return; } console.log("Calling destroy callback"); eventCB(evt); } document.body.addEventListener("htmx:beforeSwap", internalGioDestroy, {once: true}); document.body.addEventListener("htmx:historyCacheMiss", internalGioDestroy, {once: true}); } var drawerCloseFunc = function(evt) { console.log("in drawerCloseFunc"); // Find all elements with the class 'drawer' var drawers = document.querySelectorAll('.drawer'); // Iterate over each element and call closeDrawer() on each drawers.forEach(function(obj) { drawerObj.closeDrawer(obj); }); $('.modal').modal('hide'); } document.body.addEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.addEventListener('htmx:historyCacheMiss', drawerCloseFunc); var keydownFunc = function(event) { var tagName = event.target.tagName.toLowerCase(); if (tagName === 'input' || tagName === 'textarea' || event.target.isContentEditable) { if (event.key === 'Escape') { event.target.blur(); } return; } // check if the viewimages viewer is up let element = document.getElementById('overlay'); if (element && element.classList.contains('visible')) { return; } console.log("HERE: " + event.key + " " + event.ctrlKey + " " + event.shiftKey + " " + event.metaKey); if (event.ctrlKey && event.shiftKey && (event.key === '?' || event.key === '/')) { event.preventDefault(); // Prevent the default action // Show the modal dialog for keyboard shortcuts $('#shortcutModal').modal('show'); return; } $('#shortcutModal').modal('hide'); if (event.key.toLowerCase() === 'g') { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); showAutocompleteModal("groupnavigator"); return; } } // Check if the pressed key is '/' if ((event.key === 'f' || event.key === 'F') && event.shiftKey) { if (navigator.platform.toUpperCase().indexOf('MAC') >= 0) { if (event.metaKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } else { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } } } document.addEventListener('keydown', keydownFunc); var removeDrawerCloseFunc = function(evt) { document.body.removeEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.removeEventListener('htmx:historyCacheMiss', drawerCloseFunc); document.removeEventListener('keydown', keydownFunc); } document.body.addEventListener("htmx:historyCacheMiss", removeDrawerCloseFunc, {once: true});

Main Group

Cloud Native Computing Foundation
CNCF is an open source software foundation dedicated to making cloud native computing universal and sustainable. Cloud native computing uses an open source software stack to deploy applications as microservices, packaging each part into its own container, and dynamically orchestrating those containers to optimize resource utilization. Cloud native technologies enable software developers to build great products faster. * If you are interested in becoming a CNCF member, please visit https://www.cncf.io/about/join/ * If you are interested in participating in our Technical Oversight Committee, please visit https://github.com/cncf/toc * If you are interested in learning more about CNCF-hosted projects, please visit https://www.cncf.io/projects/
Created:
16,630 Members, 0 Topics, Archive is visible to anyone

Subgroups You Can Join

  • CNCF Newsletter Archive - Chinese
    CNCF Chinese Newsletter Archive
    Created:
    70 Members, 33 Topics, Archive is visible to anyone, Last Post:
  • cncf-academia
    CNCF Academia
    Created:
    100 Members, 2 Topics, Archive is visible to members only, Last Post:
  • cncf-aerakimesh-users
    A mailing list for Aeraki Mesh Users
    Created:
    9 Members, 0 Topics, Archive is visible to anyone
  • cncf-buildpacks
    CNCF Buildpacks
    Created:
    126 Members, 68 Topics, Archive is visible to anyone, Last Post:
  • cncf-business-value
    CNCF Business Value Subcommittee
    Created:
    85 Members, 14 Topics, Archive is visible to members only, Last Post:
  • cncf-carvel-users
    A mailing list for the Carvel user community
    Created:
    24 Members, 3 Topics, Archive is visible to anyone, Last Post:
  • cncf-chaos-mesh-community
    A mailing list for the Chaos Mesh community
    Created:
    15 Members, 0 Topics, Archive is visible to anyone
  • cncf-chaosengineering-wg
    A mailing list for the Chaos Engineering workgroup.
    Created:
    19 Members, 1 Topic, Archive is visible to anyone, Last Post:
  • cncf-ci-public
    Public discussion around CI
    Created:
    169 Members, 164 Topics, Archive is visible to anyone, Last Post:
  • cncf-cloudcustodian-aws
    Cloud Custodian AWS account
    Created:
    6 Members, 1 Topic, Archive is visible to members only, Restricted, Last Post:
  • cncf-cloudevents
    CNCF CloudEvents
    Created:
    649 Members, 170 Topics, Archive is visible to anyone, Last Post:
  • cncf-cloudevents-sdk
    A mailing list for the cloudevents-sdk group
    Created:
    47 Members, 3 Topics, Archive is visible to anyone, Last Post:
  • cncf-coc-wg
    CNCF Code of Conduct Working Group
    Created:
    31 Members, 3 Topics, Archive is visible to members only, Restricted, Last Post:
  • cncf-contour-users
    A mailing list for contour users.
    Created:
    74 Members, 68 Topics, Archive is visible to anyone, Last Post:
  • cncf-dapr-community-managers
    List for use by the Dapr Community Managers https://github.com/dapr/community/blob/master/COMMUNITY-MANAGER.md
    Created:
    5 Members, 0 Topics, Archive is visible to anyone
  • cncf-dragonfly-dev
    A mailing list for the dragonfly developers
    Created:
    7 Members, 0 Topics, Archive is visible to anyone
  • cncf-dragonfly-users
    A mailing list for the dragonfly users.
    Created:
    6 Members, 0 Topics, Archive is visible to anyone
  • cncf-envoy-distributors-announce
    envoy-distributors-announce private mailing list
    Created:
    25 Members, 68 Topics, Archive is visible to members only, Restricted, Last Post:
  • cncf-event-sponsors
    CNCF Event Sponsors
    Created:
    1,415 Members, 27 Topics, Archive is visible to anyone, Last Post:
  • cncf-falco-dev
    A list for the Falco Developer group.
    Created:
    251 Members, 476 Topics, Archive is visible to anyone, Last Post:
  • cncf-flux-dev
    A mailing list for the Flux Developer Community.
    Created:
    334 Members, 107 Topics, Archive is visible to anyone, Last Post:
  • cncf-flux-support
    This mailing list is a point of contact for people who need support in using Flux.
    Created:
    16 Members, 0 Topics, Archive is visible to members only, Restricted
  • cncf-gsoc-2024-mentors
    Maillist for CNCF project mentors participating in GSoC in 2024
    Created:
    26 Members, 2 Topics, Archive is visible to anyone, Last Post:
  • cncf-helm
    Helm Mailing List
    Created:
    441 Members, 193 Topics, Archive is visible to anyone, Last Post:
  • cncf-helm-power-users
    Helm Power Users Mailing List
    Created:
    58 Members, 15 Topics, Archive is visible to anyone, Last Post:
  • cncf-images
    Public CNCF images discussion
    Created:
    55 Members, 4 Topics, Archive is visible to anyone, Last Post:
  • cncf-k8s-conformance
    CNCF runs the Certified Kubernetes Conformance ( https://github.com/cncf/k8s-conformance/pull/670 ) Program. Most of the world’s leading enterprise software vendors and cloud computing providers have Certified Kubernetes ( https://www.cncf.io/certification/software-conformance/#logos ) offerings. All vendors are invited to submit conformance testing results for review and certification by the CNCF. If your company provides software based on Kubernetes, we encourage you to get certified today.
    Created:
    210 Members, 157 Topics, Archive is visible to anyone, Last Post:
  • cncf-kubernetescertwg
    Kubernetes Certification Working Group
    Created:
    561 Members, 89 Topics, Archive is visible to anyone, Last Post:
  • cncf-kubescape-announce
    A mailing list for Kubescape announcements.
    Created:
    7 Members, 0 Topics, Archive is visible to anyone
  • cncf-kubescape-dev
    A mailing list for Kubescape developers
    Created:
    8 Members, 0 Topics, Archive is visible to anyone
  • cncf-kubescape-users
    A mailing list for Kubescape users
    Created:
    5 Members, 1 Topic, Archive is visible to anyone, Last Post:
  • cncf-kured-dev
    A mailing list for the Kured developers
    Created:
    11 Members, 0 Topics, Archive is visible to anyone
  • cncf-kyverno-notifications
    A mailing list for the Kyverno maintainers (notifications)
    Created:
    11 Members, 0 Topics, Archive is visible to members only
  • cncf-lfx-mentees-24-01-mar-may
    Mailing list for CNCF LFX 2024 Term 1 Mar-May mentees.
    Created:
    68 Members, 2 Topics, Archive is visible to members only, Last Post:
  • cncf-lfx-mentees-24-02-jun-aug
    Mailing list for CNCF LFX 2024 Term 2 Jun-Aug mentees.
    Created:
    53 Members, 1 Topic, Archive is visible to members only, Last Post:
  • cncf-lfx-mentees-sept-nov-2022 Locked
    Maillist for the CNCF LFX Mentees in Term 3: Sept-Nov 2022
    Created:
    25 Members, 5 Topics, Archive is visible to anyone, Restricted, Last Post:
  • cncf-lfx-mentors-02-jun-aug
    CNCF LFX Mentors - June-August
    Created:
    90 Members, 6 Topics, Archive is visible to parent group members, Last Post:
  • cncf-lfx-mentors-fall-2021 Locked
    A mailing list for the CNCF LFX Mentos, Fall'2021 cycle - https://www.cncf.io/blog/2021/08/16/cncf-lfx-projects-are-open-for-fall-2021-apply-by-august-22nd/
    Created:
    31 Members, 3 Topics, Archive is visible to members only, Last Post:
  • cncf-lfx-mentors-mar-may-2023
    List of mentors for the CNCF LFX Mentorship program, 2023 Term 1 Mar-May
    Created:
    72 Members, 5 Topics, Archive is visible to members only, Last Post:
  • cncf-lfx-uxui-landscape
    The mentorship and mentee team for the CNCF Landscape UI/UX initiative https://github.com/cncf/landscape/issues/2467
    Created:
    4 Members, 0 Topics, Archive is visible to members only
  • cncf-linkerd-announce
    Placeholder
    Created:
    97 Members, 303 Topics, Archive is visible to anyone, Last Post:
  • cncf-linkerd-dev
    Placeholder
    Created:
    75 Members, 336 Topics, Archive is visible to anyone, Last Post:
  • cncf-linkerd-graal-wg
    CNCF Linkerd Graal Working Group
    Created:
    26 Members, 11 Topics, Archive is visible to anyone, Last Post:
  • cncf-linkerd-gsoc
    cncf-linkerd-gsoc Mailing list.
    Created:
    13 Members, 9 Topics, Archive is visible to anyone, Last Post:
  • cncf-linkerd-users
    Placeholder
    Created:
    176 Members, 354 Topics, Archive is visible to anyone, Last Post:
  • cncf-longhorn
    A mailing list for longhorn users.
    Created:
    38 Members, 4 Topics, Archive is visible to anyone, Last Post:
  • cncf-openebs-announcements Locked
    A list for announcements from the OpenEBS project.
    Created:
    44 Members, 4 Topics, Archive is visible to anyone, Last Post:
  • cncf-openebs-users Locked
    A list for users of openebs
    Created:
    37 Members, 3 Topics, Archive is visible to anyone, Last Post:
  • cncf-openfeature-core
    Openfeature group for core-contributors
    Created:
    15 Members, 0 Topics, Archive is visible to anyone
  • cncf-openfeature-project
    A mailing list for Openfeature project
    Created:
    52 Members, 2 Topics, Archive is visible to anyone, Last Post:
  • cncf-openfga-users
    A mailing list for OpenFGA users.
    Created:
    9 Members, 0 Topics, Archive is visible to anyone, Restricted
  • cncf-opentelemetry-comms
    Mailing list to notify about upcoming announcement, request the review of it, or request a public communication via OpenTelemetry twitter account or other public channels.
    Created:
    124 Members, 75 Topics, Archive is visible to anyone, Last Post:
  • cncf-opentelemetry-community
    The community mailing list is for anybody who wants to monitor the latest news from the project. It is used to send updates on community meetings and announcements about new projects and SIGs. No approval is required to join.
    Created:
    847 Members, 38 Topics, Archive is visible to anyone, Last Post:
  • cncf-opentelemetry-contributors
    The discussions mailing list is for anyone who is interested in contributing to OpenTelemetry or has questions (related to the contribution, technical issues, etc) they’d like to discuss. Will be used to announce updates related to how the project is being developed and ask general contribution questions related to the contribution processes. No approval is required to join.
    Created:
    354 Members, 34 Topics, Archive is visible to anyone, Last Post:
  • cncf-opentelemetry-governance
    Used by the OpenTelemetry steering committee for internal communication. Also can be used to contact the steering committee for questions that cannot be discussed publicly on github ( https://github.com/open-telemetry/community/issues ) , gitter, or other mailing lists. For instance, members could use this for issues related to improper applications of our community membership guidance ( https://github.com/open-telemetry/community/blob/master/community-membership.md ).
    Created:
    16 Members, 423 Topics, Archive is visible to members only, Restricted, Last Post:
  • cncf-opentelemetry-tc
    Used by the OpenTelemetry technical steering committee for internal communication. Also can be used to contact the technical steering committee with questions that cannot be discussed publicly on github ( https://github.com/open-telemetry/opentelemetry-specification/issues ) , gitter, or the community or contributors mailing lists.
    Created:
    14 Members, 129 Topics, Archive is visible to members only, Restricted, Last Post:
  • cncf-pravega-dev
    A mailing list for Pravega developers.
    Created:
    22 Members, 14 Topics, Archive is visible to anyone, Last Post:
  • cncf-pravega-users
    A mailing list for the pravega project users.
    Created:
    27 Members, 2 Topics, Archive is visible to anyone, Last Post:
  • cncf-private-maintainers
    A group for maintainer discussion. Please apply for entry, we may ask which CNCF project you're associated with.
    Created:
    21 Members, 2 Topics, Archive is visible to members only, Restricted, Last Post:
  • cncf-reference-architecture
    CNCF Reference Architecture
    Created:
    134 Members, 20 Topics, Archive is visible to anyone, Last Post:
  • cncf-research-user-group
    CNCF Research User Group
    Created:
    108 Members, 80 Topics, Archive is visible to anyone, Last Post:
  • cncf-smi-dev
    A mailing list for the Service Mesh Interface project
    Created:
    9 Members, 1 Topic, Archive is visible to anyone, Last Post:
  • cncf-strimzi-dev
    A list for Strimzi developers.
    Created:
    48 Members, 219 Topics, Archive is visible to anyone, Last Post:
  • cncf-strimzi-users
    A list for users of the Strimzi project.
    Created:
    86 Members, 337 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-app-delivery
    CNCF TAG-App Delivery
    Created:
    296 Members, 120 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-contributor-strategy
    A list for collaborating on tag-contributor-strategy
    Created:
    123 Members, 136 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-env-sustainability
    A mailing list for the TAG Environmental Sustainability.
    Created:
    147 Members, 39 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-network
    A mailing list for the TAG-Network group.
    Created:
    107 Members, 70 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-network-servicemesh-wg
    A mailing list for TAG Network's Service Mesh Working Group
    Created:
    44 Members, 58 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-observability
    A list for cncf-tag-observability
    Created:
    213 Members, 66 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-runtime
    CNCF TAG-Runtime
    Created:
    173 Members, 91 Topics, Archive is visible to anyone, Last Post:
  • cncf-tag-security
    CNCF TAG-Security
    Created:
    472 Members, 76 Topics, Archive is visible to members only, Last Post:
  • cncf-tag-storage
    A mailing list for the CNCF TAG-Storage group.
    Created:
    132 Members, 116 Topics, Archive is visible to anyone, Last Post:
  • cncf-tinkerbell-dev
    A mailing list for the CNCF Tinkerbell developers.
    Created:
    18 Members, 0 Topics, Archive is visible to anyone
  • cncf-tinkerbell-users
    A mailing list for CNCF Tinkerbell Users
    Created:
    20 Members, 0 Topics, Archive is visible to anyone
  • cncf-toc
    The Technical Oversight Committee (TOC) provides technical leadership to the cloud native community. Its functions include: * defining and maintaining the technical vision for the Cloud Native Computing Foundation, * approving new projects and creating a conceptual architecture for the projects, * aligning projects and removing or archiving projects, * accepting feedback from end user committee and mapping to projects, * aligning interfaces to components under management (code reference implementations before standardizing), and * defining common practices to be implemented across CNCF projects. The TOC meets on the 1st and 3rd Tuesday of the month at 8 AM PT. You can review the TOC activity ( https://github.com/cncf/toc ) or view the election schedule ( https://github.com/cncf/toc/blob/master/process/election-schedule.md ).
    Created:
    2,567 Members, 1,559 Topics, Archive is visible to anyone, Last Post:
  • cncf-vitess-users
    A mailing list for Vitess users.
    Created:
    26 Members, 2 Topics, Archive is visible to anyone, Last Post:
  • cncf-wellbeing-wg
    CNCF Well-Being Working Group
    Created:
    39 Members, 14 Topics, Archive is visible to anyone, Last Post:
  • cncf-wg-networking
    CNCF Networking WG
    Created:
    99 Members, 30 Topics, Archive is visible to anyone, Last Post:
  • cncf-wg-serverless
    Please see https://github.com/cncf/wg-serverless
    Created:
    360 Members, 172 Topics, Archive is visible to anyone, Last Post:
  • cncf-xregistry
    A mailing list for xRegistry project.
    Created:
    8 Members, 3 Topics, Archive is visible to anyone, Last Post:
  • cncf-zero-to-merge
    CNCF Zero To Merge
    Created:
    358 Members, 14 Topics, Archive is visible to members only, Restricted, Last Post:
  • cnf-test-suite
    CNF Test Suite
    Created:
    21 Members, 0 Topics, Archive is visible to anyone
  • cnf-testbed
    CNF Testbed Community Discussions
    Created:
    16 Members, 0 Topics, Archive is visible to anyone
  • cortex-users
    Cortex Users
    Created:
    50 Members, 40 Topics, Archive is visible to anyone, Last Post:
  • financial-user-group
    CNCF Financial User Group
    Created:
    121 Members, 15 Topics, Archive is visible to members only, Restricted, Last Post:
  • harbor-dev
    This is the mailing list for roadmap, release, news on the development of Project Harbor. Feel free to post any questions or feedback about Harbor development issues. For more details, please check README of Harbor repository on Github.
    Created:
    143 Members, 134 Topics, Archive is visible to anyone, Last Post:
  • harbor-users
    This is the mailing list for general update and news on Project Harbor. Feel free to post any questions or feedback about Harbor usage, use case discussion and sharing, feature wish list, etc. For more details, please check README of Harbor repository on Github.
    Created:
    220 Members, 304 Topics, Archive is visible to anyone, Last Post:
  • k8s-chinese-translators
    Kubernetes Chinese Translators
    Created:
    79 Members, 13 Topics, Archive is visible to members only, Last Post:
  • k8s-japanese-translators
    Kubernetes Japanese Translators
    Created:
    29 Members, 2 Topics, Archive is visible to members only, Last Post:
  • newsletter
    CNCF Newsletter Archive
    Created:
    74 Members, 22 Topics, Archive is visible to anyone, Last Post:
  • public-sector-ug
    Public Sector User Group
    Created:
    6 Members, 0 Topics, Archive is visible to anyone
  • shipwright-dev
    Shipwright developers mailing list.
    Created:
    4 Members, 0 Topics, Archive is visible to anyone
  • shipwright-security
    Shipwright security mailing list.
    Created:
    4 Members, 0 Topics, Archive is visible to anyone
  • shipwright-users
    Shipwright users mailing list.
    Created:
    5 Members, 0 Topics, Archive is visible to anyone, Restricted
  • students
    Student outreach for KubeCon
    Created:
    9 Members, 1 Topic, Archive is visible to anyone, Last Post:
  • tag-cs-mentoring-wg
    Mailing list for the Contributor Strategy TAG Mentoring Working Group
    Created:
    53 Members, 12 Topics, Archive is visible to anyone, Last Post:
  • tag-cs-mentoring-wg-admin
    Admin mailing list for the Contributor Strategy TAG Mentoring WG
    Created:
    6 Members, 0 Topics, Archive is visible to members only, Restricted
  • telecom-user-group
    Telecom User Group
    Created:
    251 Members, 128 Topics, Archive is visible to members only, Last Post:
  • virtualkubelet-dev
    Virtual Kubelet Dev
    Created:
    38 Members, 8 Topics, Archive is visible to anyone, Last Post:
  • virtualkubelet-sec-announce
    Virtual Kubelet Security Announcements
    Created:
    14 Members, 0 Topics, Archive is visible to anyone
  • wg-artificial-intelligence
    A mailing list for the AI working group between TAG Observatibility and TAG Runtime.
    Created:
    71 Members, 2 Topics, Archive is visible to anyone, Last Post:
  • xDS API Working Group
    The objective of the xDS API Working Group (xDS-WG) is to bring together parties across the industry interested in a common control and configuration API for data plane proxies and load balancers, based on the xDS APIs.
    Created:
    66 Members, 18 Topics, Archive is visible to members only, Restricted, Last Post: