Created
          August 24, 2015 13:54 
        
      - 
      
- 
        Save iocanel/79fc34c1d014be038aa6 to your computer and use it in GitHub Desktop. 
    Kubernetes Service in JSON
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "kind": "Service", | |
| "metadata": { | |
| "name": "kubernetes", | |
| "namespace": "default", | |
| "labels": { | |
| "component": "apiserver", | |
| "provider": "kubernetes" | |
| } | |
| }, | |
| "spec": { | |
| "ports": [ | |
| { | |
| "name": "", | |
| "protocol": "TCP", | |
| "port": 443, | |
| "targetPort": 443 | |
| } | |
| ], | |
| "selector": null, | |
| "portalIP": "172.30.17.2", | |
| "sessionAffinity": "None" | |
| }, | |
| "status": {} | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment