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

Support other types of services in Kubernetes #420

Open
3 tasks
clu2xlu opened this issue Jan 28, 2021 · 1 comment
Open
3 tasks

Support other types of services in Kubernetes #420

clu2xlu opened this issue Jan 28, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@clu2xlu
Copy link
Contributor

clu2xlu commented Jan 28, 2021

k8s has 4 types of service:

  • clusterIP
  • nodePort
  • loadBalancer
  • extenalName

Mizar , as a functional network provider, should support all of them properly.

  • add nodePort support for mizar network provider
  • investigate loadBalancer support for mizar network provider
  • evaluate externalName support of mizar netowkr provider
@clu2xlu clu2xlu added the help wanted Extra attention is needed label Jan 28, 2021
@XiaoningDing
Copy link
Collaborator

A service can be of several different types in Kubernetes, including ClusterIP, NodePort and LoadBalancer. So far Mizar only supports the ClusterIP type of service. Need to support the other types of services as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants