Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

juju-solutions/interface-kube-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kube-DNS

This interface allows a DNS provider, such as CoreDNS, to provide name resolution for a Kubernetes cluster.

(Note: this interface was previously used by the Kubernetes Master charm to communicate the DNS provider info to the Kubernetes Worker charm, but that usage was folded into the kube-control interface.)

Provides

The provider should look for the {endpoint_name}.connected flag and call the set_dns_info method with the domain, sdn_ip, and port info (note: these must be provided as keyword arguments).

Requires

The requirer should look for the {endpoint_name}.available flag and call the details method, which will return a dictionary with the domain, sdn-ip, and port keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages