Commit Graph

379 Commits

Author SHA1 Message Date
Karen Bradshaw 3fd65482e8 clean up use of word: simply 2021-02-07 12:15:29 -05:00
Arhell 08816b1438 correct name in service.md 2021-02-05 14:29:20 +02:00
Bridget Kromhout ab5b0f97fd
Docs update
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 12:30:16 -06:00
Bridget Kromhout bed5567056
Dual-stack docs correction
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 11:59:21 -06:00
Fredrik Jonsén b278dadced
Use https for haproxy.org links 2021-02-02 12:19:20 +01:00
Kubernetes Prow Robot c6a2add9db
Merge pull request #25972 from chintan8saaras/patch-1
Add EnRoute as one of the Ingress Controller API Gateway Options
2021-01-30 06:23:48 -08:00
piyushjain18 991b35fd09
Update service name in example of Name based virtual hosting
`service2` is mapped to `second.bar.com` in the given example

```
- host: second.bar.com
    http:
      paths:
      - pathType: Prefix
        path: "/"
        backend:
          service:
            name: service2
            port:
              number: 80
```
2021-01-21 23:08:19 +09:00
Pulak Kanti Bhowmick a398bc0657 Fix NGINX Ingress Controller URl 2021-01-19 19:34:39 +06:00
Kubernetes Prow Robot 491790039e
Merge pull request #26115 from MIhirMishra/patch-2
Typo correction.
2021-01-16 19:23:43 -08:00
Kubernetes Prow Robot 6b8092f495
Merge pull request #26022 from moonming/patch-1
Update ingress-controllers.md
2021-01-15 17:29:43 -08:00
Mihir 84aea3fc2f
Typo correction. 2021-01-15 15:53:07 -07:00
Nate Reid efc3c488ea
Update service.md 2021-01-13 17:04:26 -05:00
Wen Ming ea55456454
Merge branch 'master' into patch-1 2021-01-11 09:00:07 +08:00
Kubernetes Prow Robot ebc5a71c51
Merge pull request #24959 from shubhamavi/patch-1
Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers
2021-01-09 04:03:05 -08:00
Wen Ming ad119319cc
Update ingress-controllers.md
add Apache APISIX ingress controller
2021-01-09 14:39:47 +08:00
Chintan Thakker a0b3e72851
Update EnRoute entry 2021-01-08 09:08:32 -08:00
Chintan Thakker 9c94fb01bc
Add EnRoute as an option
EnRoute is an actively maintained API Gateway Ingress controller built on [Envoy Proxy](https://envoyproxy.io/community.html). It is an [OSS project](https://github.com/saarasio/enroute) that includes support for advanced rate-limiting in the [community edition](https://getenroute.io/features).
2021-01-05 18:20:49 -08:00
Nills Franssens 7277714c8f
Add clarity about egress/ingress combination
In reference to https://github.com/kubernetes/kubernetes/issues/97489 

Add clarity in the documentation about the case of having an egress and ingress policy where one is blocking and the other is allowing.
2021-01-05 09:14:10 -08:00
Zhizhen He a170fbdce0
Fix syntax error 2020-12-10 18:28:21 +08:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Andrew Sy Kim d591f7e3bc add docs for EndpointSlice conditions
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:33:35 -05:00
Andrew Sy Kim 5a67cf2681 fix trailing spaces in endpointslice doc
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:32:37 -05:00
Shubham Chauhan 2ec4b1d550 Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers 2020-11-30 17:36:01 +05:30
Andrew Sy Kim acb476bec4 add docs for service.spec.allocateLoadBalancerNodePorts
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-28 09:58:42 -05:00
Tim Bannister 53739e7997 Revise ingress controller list
- note that AWS load balancer integration is now in-project
- sort alphabetically
- link to documentation for the product
- revise wording to always describe the ingress controller rather than
  the service / product that the ingress controller integrates with
2020-11-27 19:19:46 +00:00
Kubernetes Prow Robot 43071259c2
Merge pull request #24777 from chlunde/patch-1
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
2020-11-25 07:18:40 -08:00
Andrew Sy Kim e9ea77ef1e fix trailing spaces in Service docs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-24 21:37:58 -05:00
Carl Henrik Lunde 30bf45ee5e
Update with correct AWS product name
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-24 22:00:16 +01:00
Kubernetes Prow Robot de2de57166
Merge pull request #24935 from robscott/endpointslice-ga
Updating EndpointSlice docs for 1.20
2020-11-23 07:01:35 -08:00
Rob Scott 9206f25905
Updating Service AppProtocol to GA 2020-11-20 16:58:45 -08:00
Rob Scott c927e9a573
Updating EndpointSlice docs for Kubernetes 1.20
This include the new EndpointSliceNodeName and EndpointSliceTerminating
feature gates as well as the deprecation of the Topology field.
2020-11-20 16:43:35 -08:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
Laszlo Janosi d91e7f094a
Document the use of mixed protocol values for LoadBalancer Type of Services 2020-11-14 15:32:42 +00:00
Tim Bannister 0302b2d362 Add 3rd party content warning to Ingress Controllers concept 2020-11-12 17:53:41 +00:00
Bridget Kromhout 8a3244fdd1 Dual-stack docs for Kubernetes 1.20
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-11-10 16:10:45 -06:00
reylejano-rxm 3ea3856e78 Merge master into dev-1.20 branch to fix Integration Branch 2020-11-04 14:22:05 -08:00
reylejano-rxm 48266bd653 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-04 10:32:10 -08:00
Arhell 08b566111d fix heading level 2020-11-03 10:54:58 +02:00
doug-fish 9f052f96d4
Add missing space 2020-10-30 10:49:13 -05:00
Carl Henrik Lunde 1d08f1f6fa
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
AWS ALB Ingress Controller is now renamed to AWS Load Balancer Controller
2020-10-29 13:38:04 +01:00
eagleusb 45ec60bed5
Merge master into dev-1.20 to keep in sync 2020-10-22 17:44:02 +02:00
Neha Viswanathan a8b6551c22 update kubernetes-incubator references 2020-10-20 23:10:28 -07:00
Kubernetes Prow Robot a9b21d2f4f
Merge pull request #24593 from danwinship/sctp-ga
SCTP is GA in 1.20
2020-10-20 15:14:20 -07:00
Javier Diaz-Montes c29185dac5 Updating doc to reflect that setHostnameAsFQDN feature will be beta in v1.20 2020-10-20 07:17:24 -04:00
Kubernetes Prow Robot 7abf35915d
Merge pull request #23522 from VladMasarik/patch-2
Updated ingress.md TLS section
2020-10-17 18:48:13 -07:00
Dan Winship be23194dad SCTP is GA in 1.20 2020-10-16 14:12:12 -04:00
Amos Chu ad13389bf7
fix typo in content/en/docs/concepts/services-networking/dns-pod-service.md 2020-10-13 17:22:27 +08:00
Kubernetes Prow Robot ce8bfdd50e
Merge pull request #24344 from bnutt/bnutt/add_missing_aws_ld_annotation
Add missing annotation in en/docs/concepts/services-networking/service.md
2020-10-12 17:11:22 -07:00
Vladimir Masarik 73780ca1bd Updated ingress.md TLS section 2020-10-08 17:13:14 +02:00
Kubernetes Prow Robot 0d763011f2
Merge pull request #24095 from mvertes/patch-1
Update traefik links in ingress-controllers.md
2020-10-06 08:10:21 -07:00
Brian Nutt b805f7bdb1 Add missing annotation in en/docs/concepts/services-networking/service.md
Annotation `service.beta.kubernetes.io/aws-load-balancer-security-groups` is missing from the list of annotations that can be applied to an ELB. This annotation was introduced in https://github.com/kubernetes/kubernetes/pull/62774 and refactored https://github.com/kubernetes/kubernetes/pull/83446 to allow users to specify a set of existing security groups to attach to the ELB instead of using any precreated security groups.
2020-10-01 16:52:00 -07:00
Piotr Sykulski 996f433b92
Fix Common Name in Ingress TLS example to match the name used in example yaml. 2020-09-30 23:49:20 +02:00
Marc Vertes 959d3152f8
Update traefik links in ingress-controllers.md
Traefik github repo has been moved from https://github.com/containous/traefik to https://github.com/traefik/traefik. The new company name is `Traefik Labs` and new site https://traefik.io
2020-09-24 09:34:03 +02:00
Zane Bitter 8e66f24319
Fix grammatical error 2020-09-23 15:46:19 -04:00
Tim Bannister d8573d9a42 Switch Ingress concept to use MermaidJS diagrams
Replace ASCII-art diagrams with MermaidJS-rendered drawings.
2020-09-22 17:10:45 +01:00
Kubernetes Prow Robot c98e9e5c42
Merge pull request #23882 from kbhawkey/kb-service-word-cleanup
reword pod lifecycle, cleanup
2020-09-20 04:30:29 -07:00
Kubernetes Prow Robot 77b51db7e7
Merge pull request #23878 from didier-durand/service_en
fixing a typo
2020-09-14 20:32:07 -07:00
Karen Bradshaw 6a401072b3 reword pod lifecycle, cleanup 2020-09-14 14:19:25 -04:00
didier 5061d5587b fixing a typo
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-14 18:23:25 +02:00
didier 68a018eb8d fixing some typos / spelling issues
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Aleg Malinovsky 8b0014260d
missing a word
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Kubernetes Prow Robot f0a32c7833
Merge pull request #23710 from pjhwa/fix-23709
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 08:45:41 -07:00
Jerry Park 6cde842648 Fix issue with k8s.io/docs/concepts/services-networking/ingress.md 2020-09-06 21:35:55 +09:00
Kubernetes Prow Robot daf7156bd5
Merge pull request #23517 from sftim/20200828_remove_cloud_providers_page
Remove cloud providers page
2020-09-03 12:07:41 -07:00
alec 3e3de65859
Update endpoint-slices.md
Fix a typo
2020-08-31 17:21:32 +09:00
Kubernetes Prow Robot c0d06c1980
Merge pull request #23228 from kvaps/fix-apiserver-dualstack
Specify service-cluster-ip-range for apiserver (dualstack)
2020-08-29 10:53:19 -07:00
Tim Bannister 24b350662c Remove links to cloud providers page 2020-08-28 12:53:42 +01:00
Kubernetes Prow Robot 02767f7a3a
Merge pull request #23066 from jayunit100/patch-4
Clarify the 3 primitives used for defining policy targets
2020-08-26 14:59:03 -07:00
Kubernetes Prow Robot 70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
jay vyas cace35ea04 Clarify the 3 primitives used for defining policy targets
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-23 05:11:12 -04:00
Kubernetes Prow Robot 8d56047830
Merge pull request #23084 from robscott/endpointslice-duplication
Documenting EndpointSlice deduplication requirements
2020-08-21 04:33:39 -07:00
Rob Scott 9bca5270fe
Documenting EndpointSlice deduplication requirements 2020-08-20 15:53:35 -07:00
Andrei Kvapil b9bc797a9f Specify service-cluster-ip-range for apiserver 2020-08-18 23:39:12 +02:00
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji c6a96128c4
Replace special quote characters with normal ones. 2020-08-11 21:05:22 +09:00
TAKAHASHI Shuuji 1eb3ee27e5 Remove the toc shortcode from concepts/services-networking/network-policies. 2020-08-04 10:45:15 +09:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04:00
Kubernetes Prow Robot e4f6797510
Merge pull request #22557 from tengqm/fix-links-concepts
Fix links in concepts section
2020-08-01 15:43:40 -07:00
Eric Pederson 19a8bbc82b
Add non-exposed Pod DNS name (#22797)
* Add Pod DNS name

I could not get the hostname/subdomain example to work.  For example:
```
$ kubectl describe svc busybox1                                               
Name:              busybox1
Namespace:         default
Labels:            name=busybox
Annotations:       <none>
Selector:          name=busybox
Type:              ClusterIP
IP:                10.109.13.10
Port:              <unset>  9000/TCP
TargetPort:        9000/TCP
Endpoints:         172.17.0.6:9000
Session Affinity:  None
Events:            <none>

$ kubectl get ep busybox1   
NAME       ENDPOINTS         AGE
busybox1   172.17.0.6:9000   4m5s

$ kubectl get pod busybox1 -o jsonpath="{.metadata.labels} {.spec.hostname} {.spec.subdomain}"
map[name:busybox] busybox-1 default-subdomain

$ kubectl exec  busybox -- nslookup busybox-1.default-subdomain.default.svc.cluster.local
nslookup: can't resolve 'busybox-1.default-subdomain.default.svc.cluster.local'
Server:    10.96.0.10
Address 1: 10.96.0.10 kube-dns.kube-system.svc.cluster.local

command terminated with exit code 1
```

* Update content/en/docs/concepts/services-networking/dns-pod-service.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/services-networking/dns-pod-service.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-01 15:39:41 -07:00
Kubernetes Prow Robot af4e2fdf2b
Merge pull request #22712 from javidiaz/alphanoticefeature
Adding feature status and prerequisite to new feature.
2020-07-28 05:19:08 -07:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
Qiming Teng 0bdcd44e6b Replace reference to redirect entries (1)
We are referencing the redirect entries in the docs, at many places.
These references should be updated to the correct content page.
2020-07-27 13:22:53 +08:00
Javier Diaz-Montes 6b0192ef72 Adding feature status and prerequisite to new feature. 2020-07-24 12:56:47 -04:00
Tej-Singh-Rana 7ecf3561c0
Fixed spell error 2020-07-23 17:31:16 +05:30
Kubernetes Prow Robot 38b7408b70
Merge pull request #22529 from sftim/20200715_tidy_endpointslice_concept
Tidy EndpointSlice concept
2020-07-15 10:42:38 -07:00
Tim Bannister 591d3c15cb Tidy EndpointSlice concept 2020-07-15 10:36:21 +01:00
Kubernetes Prow Robot 6af7fec403
Merge pull request #22522 from sftim/20200715_tidy_ingress_concept_for_ga
Tidy ingress concept for GA
2020-07-14 21:20:37 -07:00
Tim Bannister 15ecffa4d0 Tidy Ingress concept
Update documentation for stable Ingress resource (tidying)
2020-07-15 00:42:38 +01:00
Franco Morinigo 54b80dc136 Add target nodes AWS ELB annotation documentation 2020-07-14 20:11:45 -03:00
Kubernetes Prow Robot b9a5adeedd
Merge pull request #21589 from robscott/endpointslice-1.19
Updating EndpointSlice documentation for Kubernetes 1.19
2020-07-14 09:41:21 -07:00
Rob Scott 028af758bb
Updating EndpointSlice documentation for Kubernetes 1.19 2020-07-13 13:25:00 -07:00
Kubernetes Prow Robot 82ac6d49fa
Merge pull request #21590 from robscott/ingress-1.19
Updating Ingress docs for 1.19
2020-07-13 11:45:21 -07:00
Kubernetes Prow Robot d6b7bf5f38
Merge pull request #21588 from robscott/app-protocol-1.19
Updating AppProtocol docs for 1.19 release
2020-07-10 13:49:49 -07:00
Rob Scott 4e6aa1b43b
Updating AppProtocol docs for 1.19 release 2020-07-09 18:31:43 -07:00
Rob Scott b8d8b9984d
Fixing some issues in Ingress docs 2020-07-09 17:59:24 -07:00
Savitha Raghunathan 0ebc16c10c resolving conflicts 2020-07-08 16:01:48 -04:00
Christopher M. Luciano 95a77e30db
ingress: Update documentation for wildcard hostnames
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:17:25 -07:00
Christopher M. Luciano 248ecd10bf
ingress: Add documentation on resource backends
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-07-07 18:16:58 -07:00
Christopher M. Luciano 51f6e23f35
Updating Ingress docs for 1.19
Co-authored-by: robscott <robertjscott@google.com>
2020-07-07 17:58:51 -07:00
Javier Diaz-Montes 64422b159a Documenting setHostnameAsFQDN feature
KEP: kubernetes/enhancements#1797 and kubernetes/enhancements#1792
Code PR: kubernetes/kubernetes#91699
2020-07-07 16:42:31 -04:00