GithubHelp home page GithubHelp logo

community's Introduction

Karmada Community

Welcome to Karmada Community!

This is the starting point for becoming a contributor - improving code, improving docs, giving talks, etc.

Community Meeting

Regular Community Meeting:

Resources:

Contact

If you have questions, feel free to reach out to us in the following ways:

Contributing

If you're interested in being a contributor and want to get involved in developing the Karmada code, please see CONTRIBUTING for details on submitting patches and the contribution workflow.

License

Karmada is under the Apache 2.0 license. See the LICENSE file for details.

community's People

Contributors

calvin0327 avatar carlory avatar karmada-bot avatar kevin-wangzefeng avatar liangyuanpeng avatar rainbowmango avatar samzong avatar wawa0210 avatar windsonsea avatar wuyingjun-lucky avatar xishanyongye-chang avatar zhzhuang-zju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

community's Issues

REQUEST: New membership for yike21

GitHub Username

@yike21

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@Poor12

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

PRs authored:

Issues authored:

Issues responsed:

REQUEST: New repo for building fleet-apiserver

Backgroud

Karmada uses kube-apiserver as the API access entry point, which can provide users with a smooth transition from single-cluster to multi-cluster experience. However, there are still some confusion and inconvenience for users in the actual usage process.

When users use Karmada for resource operations, operation and maintenance, or secondary development, they need to switch kubeconfig context. Different contexts correspond to different targets, such as:

For some users, switching the above context requires awareness of cluster information. For existing businesses, certain modification are needed. For developers and operation personal, learning new knowledge is required.

In order to accommodate these users with historical burdens, Karmada needs to take compatibility with Kubernetes single-cluster operation experience as a starting point and further provide smooth migration best practices from single-cluster architecture to multi-cluster architecture.

The related proposal of FleetAPIServer can refer to karmada-io/karmada#4317

What does FleetAPIServer do?

  • Add FleetAPIServer to provide users with a unified view of multi-cluster resources.
  • The FleetAPIServer component is pluggable, and not using this component will not affect users' normal use of Karmada functions.

FleetAPIServer provides two types of APIs, namely the API that is compatible with the single-cluster experience of Kubernetes and the API centered around a multi-cluster architecture. In the implementation o this solution, the goal is achieved by accessing karmada-apiserver and APIServer of different member clusters to build API capabilities.

Repository Name

keep the repo name as kubernetes

How to create

Fork from kubernetes.

Why?

The functionality of fleet-apiserver is similar to that of kube-apiserver, providing users with REST API interfaces for access. To improve code reuse, we can directly fork the code of kube-apiserver. At this point, there are two options: the kubernetes repository and the apiserver repository.

After Demo verification, we need to modify the code content in the pkg/registry and staging/src/k8s.io/apiserver folders in the kubernetes repository. Therefore, forking the apiserver repository does not meet our goal.

What content will the kubernetes repo include?

The forked kubernetes repo should only contain the necessary inline changes to make the kube-apiserver programmable for the fleet-apiserver development.

REQUEST: New membership for lxtywypc

GitHub Username

@lxtywypc

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

Full PR list can be found at https://github.com/karmada-io/karmada/pulls?q=is%3Apr+author%3Alxtywypc+is%3Aclosed

REQUEST: New membership for helen-frank

GitHub Username

helen-frank

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@carlory

Sponsor 2

@lonelyCZ

List of contributions to the Karmada project

PR job
REVIEW job

REQUEST: New membership for jwcesign

GitHub Username

@jwcesign

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@lonelyCZ

List of contributions to the Karmada project

My PR:

Review PR:

Issues responsed:

REQUEST: New repo for building multicluster-cloud-provider

Backgroud

To enable Karmada to run on the public cloud platform and flexibly use and manage other basic resources and services on the cloud, cloud providers need to implement their own adapters. However, in the implementation process, some works are the same for each cloud provider.

Learn from the experience of Kubernetes Cloud Controller Manager (CCM): https://github.com/kubernetes/cloud-provider. Karmada can also provide a public repository that provides interfaces for using and managing basic resources and services on the public cloud. Cloud providers only need to implement these interfaces to provide users with their own adapters.

Repository Name

multicluster-cloud-provider

multicluster-cloud-provider defines the shared interfaces which Karmada cloud providers implement. These interfaces allow various controllers to integrate with any cloud provider in a pluggable fashion.

REQUEST: New membership for wilsonwu

GitHub Username

@wilsonwu

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@XiShanYongYe-Chang

Sponsor 2

@windsonsea

List of contributions to the Karmada project

Request: Archive karmada-operator repo

Backgroud

The karmada-io/karmada-operator repo was created for building karmada-operator functionalities.

But due to karmada-operator heavily depending on components/utils from karmada-io/karmada, we decided to move the effort to
karmada repo, that is pkg/operator.

Repository to archive

karmada-io/karmada-operator

Additional context for the request

We should try to avoid confusion like karmada-io/karmada-operator#12.

Given we moved the effort to the karmada repo at a very early stage, no one is using or relying on this repo, so we can delete the repo directly.

REQUEST: New membership for zishen

GitHub Username

@zishen

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@whitewindmills

Sponsor 2

@chaunceyjiang

Sponsor 3

@Garrybest

Sponsor 4

@carlory

List of contributions to the Karmada project

PRs authored:

Issues responsed:

PR responsed:

Create working group for cross-cluster stateful applications

Describe the issue

This is talking about create a working group to discuss and enhance the support for cross-cluster stateful applications, now, we have two user case to practical support for this work. https://github.com/xline-kv/xline is working for cross-cluster of Xline and @tpiperatgod is working for cross-cluster of zookeeper.They are all willing to contribute to this work

I'm not sure if this should be here, but I will submit a Proposal soon to create a new resource to deal with cross-cluster stateful applications.

REQUEST: New membership for learner0810

GitHub Username

@learner0810

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@calvin0327

List of contributions to the Karmada project

PRs authored:

Issues responsed:

REQUEST: New membership for chaosi-zju

GitHub Username

@chaosi-zju

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@whitewindmills

Sponsor 2

@Garrybest

Sponsor 3

@yike21

Sponsor 4

@carlory

List of contributions to the Karmada project

PRs authored:

Issues authored:

Issues responsed:

PR responsed:

REQUEST: New membership for wlq1212

GitHub Username

@wlq1212

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@samzong

Sponsor 2

@RainbowMango

List of contributions to the Karmada project

PR authored:

REQUEST: New membership for samzong.lu (Chinese nickname 船长)

GitHub Username
@samzong

Organization you are requesting membership in
Karmada website
Karmada docs

Requirements
I have reviewed the community membership guidelines
I have read the Contributor Guide
I have enabled 2FA on my GitHub account
I have subscribed to the Karmada mailing list
I am actively contributing to 1 or more Karmada subprojects

Sponsor 1
@RainbowMango

Sponsor 2
@kerthcet

Sponsor 3
@Arhell

List of contributions to the Karmada project
PRs authored:

Issues authored:

REQUEST: New membership for xigang

GitHub Username

@xigang

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@XiShanYongYe-Chang

Sponsor 3

@Garrybest

List of contributions to the Karmada project

List of contributions to the Karmada project
PRs authored:

Issues responsed:

REQUEST: New membership for zhzhuang-zju

GitHub Username

@zhzhuang-zju

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@whitewindmills

Sponsor 2

@Garrybest

Sponsor 3

@carlory

Sponsor 4

@yike21

List of contributions to the Karmada project

List of contributions to the Karmada project

Full PR list can be found at https://github.com/karmada-io/karmada/pulls?q=is%3Apr+author%3Azhzhuang-zju+is%3Aclosed

REQUEST: New membership for kinzhi

GitHub Username
@kinzhi

Organization you are requesting membership in
Karmada

Requirements

Sponsor 1
@RainbowMango

Sponsor 2
@kerthcet

Sponsor 3
@kevin-wangzefeng

List of contributions to the Karmada project
PRs authored: karmada-io/karmada#2145

REQUEST: New membership for yanfeng1992

GitHub Username

@yanfeng1992

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@XiShanYongYe-Chang

Sponsor 2

@lonelyCZ

List of contributions to the Karmada project

PRs authored:

REQUEST: New repo for building Karmada interactive environments

Background

Currently, there is no interactive environment available for users to test Karmada. To address this, we have launched a project on the LFX to build the environment with the help of a mentee.

However, in order to save the code and build the environment, a repository is needed. As the mentor of the project, I am requesting the creation of a new repository for this purpose.

Repository Name

playground

This repository will include subdirectories, with each directory designated for a specific platform. A summary will be added to the repository's README file, which will explain the purpose of each subdirectory.

Related issue

karmada-io/karmada#3085

Mentee

@JadeFlute0127

REQUEST: New membership for fsl

GitHub Username

@fengshunli

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@Garrybest

List of contributions to the Karmada project

karmada-io/karmada#3045
karmada-io/website#292
karmada-io/website#293
karmada-io/karmada#3048

REQUEST: New membership for yanggangtony

GitHub Username

@yanggangtony

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

Hi, karmada community.
I recently have contributed pr in karmada.

karmada repo pr:
karmada

karmada-website repo pr:
karmada-website

karmada-multi-cluster-ingress-nginx repo pr:
karmada-multi-cluster-ingress-nginx


And I also a k8s developer at @DaoCloud Shanghai.
I like k8s and its downstream projects a lot.

I want to do more work for karmada community in the future.
Thanks.

Nominate Xiao Zhang(@wawa0210) as Maintainers

Who you are going to nominate?

Why do we need more maintainers?

Karmada joined the efforts with 500+ contributors from 60+ companies across 20+ countries, the above efforts take the community to a new height:

  • The number of contributions increased to 1500+ per month
  • The number of new PRs increased to 30+ per week
  • The number of adopters increased to 20+. (See Karmada Adopters for the whole list)

We need more maintainers to help manage the contributions to ensure the project remains stable and grows fast.

The reason why nominate him/she:

@wawa0210 joined the community since year 2021 and made significant contributions to the community. Now he is leading the effort of the Karmada Commercial Support program.

@wawa0210 is the leader of the container team at DaoCloud, over the last two years, he and his team made significant contributions to the project, and some of the team members are taking the reviewer/approver role to help the project stable, secure and up-to-date.

As a maintainer, @wawa0210 will help to manage contributions to the project, ensure project sustainability, and so on.

REQUEST: New membership for zhy76

GitHub Username

@zhy76

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@jwcesign

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

PRs authored:

Isseus authored:

PRs responded:

Issues responded:

REQUEST: New membership for windsonsea

GitHub Username

@windsonsea

Organization you are requesting membership in

Karmada docs

Requirements

Sponsor 1

@kerthcet

Sponsor 2

@RainbowMango

Sponsor 3

@Arhell

List of contributions to the Karmada project

REQUEST: New membership for JadeFlute0127

GitHub Username

@JadeFlute0127

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@jwcesign

Sponsor 2

@RainbowMango

List of contributions to the Karmada project

List of contributions to the Karmada project
PRs authored:
karmada-io/playground#2
karmada-io/playground#3
karmada-io/playground#5

REQUEST: New membership for warjiang

GitHub Username

@warjiang

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@samzong

List of contributions to the Karmada project

REQUEST: Organization DaoCloud that provides commercial support to Karmada New Commercial Support

Org or company name

DaoCloud

Org or company description

DaoCloud is an innovation leader in the cloud native field. With the competitive expertise of its proprietary intellectual property rights, DaoCloud is committed to creating an open Cloud OS which enables enterprises to easily carry out digital transformation.

Org or company Website

https://docs.daocloud.io/kairship/intro/index.html

Org or company logo

image

Contact me

[email protected]

[LFX-2024-Jun-Aug]Karmada Certificate Lifecycle Management

Description:

The Karmada Certificate Lifecycle Management project is dedicated to systematically addressing the challenges faced by Karmada users related to certificate management, particularly those stemming from expiration issues that can disrupt services and compromise security. The project will achieve this through four core objectives:

  • Certificate Visibility Enhancements: Develop a feature within the Karmada platform that enables users to effortlessly inspect and monitor the certificates of its components, presenting vital details such as type, issuer, and, most importantly, expiration dates. This functionality will incorporate early warning notifications to inform users well ahead of imminent certificate expirations.

  • Manual Replacement Guidelines: Produce a thorough, step-by-step manual for replacing certificates in Karmada, catering to diverse deployment scenarios and encompassing best practices, potential obstacles, and troubleshooting advice. The document will be crafted for clarity and user-friendliness, integrating visual aids, screenshots, and sample command-line instructions to facilitate a seamless certificate replacement process.

  • Configurable Certificate Validity during Deployment: Guarantee that Karmada's deployment tools, comprising the CLI, Helm charts, and Operator, afford users the option to define preferred certificate validity periods during installation or upgrades. This will empower users to align certificate lifecycles with their organization's security policies and maintenance schedules from the very beginning.

  • Automated Certificate Rotation Capabilities: Design and integrate a mechanism for automated certificate rotation either within Karmada itself or by leveraging existing open-source projects dedicated to certificate management. This feature will dramatically reduce the operational overhead associated with maintaining a secure and up-to-date certificate landscape across the Karmada ecosystem.

Expected Outcome:

Participants in the project under the CNCF LFX program are expected to deliver the following artifacts and outcomes upon successful completion of the project:

  • Certificate Visibility Tool/Feature:

    • Implement and integrate a user-friendly component within the Karmada platform or its associated tooling that allows users to inspect and monitor the certificates of Karmada components. This should include clear presentation of certificate details such as type, issuer, and expiration dates.
    • Develop and incorporate an alerting mechanism that proactively notifies users well in advance of impending certificate expirations, ensuring ample time for necessary actions.
  • Manual Certificate Replacement Guide:

    • Create a comprehensive, step-by-step guide documenting the process of manually replacing certificates in Karmada for various deployment scenarios. The guide should cover best practices, potential challenges, and troubleshooting tips, accompanied by clear illustrations, screenshots, and command-line examples to facilitate user understanding and execution.
  • Updated Installation Tools with Customizable Certificate Validity:

    • Modify Karmada's existing installation tools (CLI, Helm charts, and Operator) to enable users to specify desired certificate validity periods during deployment or upgrades. This customization should be clearly documented within the respective tool's user documentation or configuration instructions.
  • Automated Certificate Rotation Solution Design or Integration:

    • Either design and implement a native solution within Karmada for automated certificate rotation or propose and integrate an appropriate open-source project that simplifies certificate maintenance for Karmada users. This solution should be thoroughly documented, including any necessary configuration steps and considerations for users adopting it.

In addition to these tangible deliverables, participants are expected to:

  • Engage actively with the Karmada community throughout the project, soliciting feedback, addressing concerns, and promoting adoption of the developed solutions.
  • Contribute to relevant Karmada documentation, updating it to reflect the new certificate management features and processes introduced by the project.
  • Present their work at appropriate forums, such as Karmada community meetings, blog posts, or conference talks, to share their learnings and promote the project's outcomes.

By fulfilling these expectations, participants will contribute significantly to enhancing the overall certificate management experience for Karmada users, reducing the risk of service disruptions due to expired certificates and streamlining the process of maintaining a secure and compliant certificate infrastructure.

REQUEST: New membership for Vacant2333

GitHub Username

@Vacant2333

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@XiShanYongYe-Chang

Sponsor 2

@carlory

List of contributions to the Karmada project

PRs authored:

Isseus authored:

PRs responded:

Issues responded:

REQUEST: New membership for weilaaa

GitHub Username

weilaaa

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@pigletfly

List of contributions to the Karmada project

List of contributions to the Karmada project
PRs authored:

karmada-io/karmada#582
karmada-io/karmada#586
karmada-io/karmada#1224
karmada-io/karmada#2311

REQUEST: Organization Chengdu Union Big Data that provides commercial support to Karmada New Commercial Support

Org or company name

Chengdu Union Big Data Technology Incorporated

Org or company description

Chengdu Union Big Data Technology Incorporated is a provider of big data and artificial intelligence products and solutions, with a core focus on computer vision technology, multidimensional data analysis and mining technology, and natural language processing technology.

The company focuses on two key areas: "intelligent manufacturing and smart cities". Relying on an "integrated cloud-native digital intelligence service platform", it provides digital intelligence technology services to governments, businesses, and defense units. These services include data governance, data visualization analysis, and data mining for various platforms and scenarios, aiming to help customers reduce costs, improve efficiency, and enhance quality.

Org or company Website

https://www.unionbigdata.com/

Org or company logo

数之联新LOGO-2022_画板 1-01

Contact me

[email protected]

REQUEST: New membership for justedennnnn

GitHub Username

@justedennnnn

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@samzong

Sponsor 2

@RainbowMango

List of contributions to the Karmada project

PR authored:

  1. karmada-io/website#405
  2. karmada-io/website#401
  3. karmada-io/website#371
  4. karmada-io/website#162

REQUEST: New membership for a7i

GitHub Username

@a7i

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@XiShanYongYe-Chang

List of contributions to the Karmada project

REQUEST: New membership for liangyuanpeng

GitHub Username

@liangyuanpeng

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

Next I will focus on exploring how karmada can adapt to cross-cluster stateful applications. Thanks.

REQUEST: New membership for whitewindmills

GitHub Username

@whitewindmills

Requirements

  • I have reviewed the community membership guidelines
  • I have enabled 2FA on my GitHub account
  • I have subscribed to the Karmada mailing list
  • I am actively contributing to 1 or more Karmada subprojects
  • I have two sponsors that meet the sponsor requirements listed in the community membership guidelines
  • I have spoken to my sponsors ahead of this application, and they have agreed to sponsor my application
  • I have verified that my sponsors are from different member companies
  • I have verified that my sponsors are a reviewer or an approver in at least one OWNERS file within one of the Karmada GitHub organizations

Sponsor 1

@RainbowMango

Sponsor 2

@chaunceyjiang

List of contributions to the Karmada project

PRs authored:

Issues responsed:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.