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

Api-controller blacklisted services docu #4557

Merged
merged 4 commits into from
Jun 18, 2019

Conversation

strekm
Copy link
Contributor

@strekm strekm commented Jun 17, 2019

Description

Changes proposed in this pull request:

  • Api-controller blacklisted services docu

Related issue(s)

@strekm strekm added area/documentation Issues or PRs related to documentation area/service-mesh Issues or PRs related to service-mesh labels Jun 17, 2019
@strekm strekm added this to the Sprint_Goat_14 milestone Jun 17, 2019
Copy link
Contributor

@tomekpapiernik tomekpapiernik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • please add the file I sent you on slack

@@ -6,7 +6,7 @@ This diagram illustrates the workflow that leads to exposing a service in Kyma:

![service-exposure-flow](./assets/001-service-exposure-flow.svg)

- **API Controller** is a component responsible for exposing services. The API Controller is an application deployed in the `kyma-system` Namespace, implemented according to the [Kubernetes Operator](https://coreos.com/blog/introducing-operators.html) principles. The API Controller listens for newly created custom resources (CR) that follow the set `api.gateway.kyma-project.io` CustomResourceDefinition (CRD), which describes the details of exposing services in Kyma.
- **API Controller** is a component responsible for exposing services. The API Controller is an application deployed in the `kyma-system` Namespace, implemented according to the [Kubernetes Operator](https://coreos.com/blog/introducing-operators.html) principles. The API Controller listens for newly created custom resources (CR) that follow the set `api.gateway.kyma-project.io` CustomResourceDefinition (CRD), which describes the details of exposing services in Kyma. By default the following list of services will not be exposed: `kubernetes.default,istio-citadel.istio-system,istio-galley.istio-system,istio-ingressgateway.istio-system,istio-pilot.istio-system,istio-policy.istio-system,istio-sidecar-injector.istio-system,istio-telemetry.istio-system,apiserver-proxy.kyma-system, apiserver-proxy-ssl.kyma-system`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **API Controller** is a component responsible for exposing services. The API Controller is an application deployed in the `kyma-system` Namespace, implemented according to the [Kubernetes Operator](https://coreos.com/blog/introducing-operators.html) principles. The API Controller listens for newly created custom resources (CR) that follow the set `api.gateway.kyma-project.io` CustomResourceDefinition (CRD), which describes the details of exposing services in Kyma. By default the following list of services will not be exposed: `kubernetes.default,istio-citadel.istio-system,istio-galley.istio-system,istio-ingressgateway.istio-system,istio-pilot.istio-system,istio-policy.istio-system,istio-sidecar-injector.istio-system,istio-telemetry.istio-system,apiserver-proxy.kyma-system, apiserver-proxy-ssl.kyma-system`.
- **API Controller** is a component responsible for exposing services. The API Controller is an application deployed in the `kyma-system` Namespace, implemented according to the [Kubernetes Operator](https://coreos.com/blog/introducing-operators.html) principles. The API Controller listens for newly created custom resources (CR) that follow the set `api.gateway.kyma-project.io` CustomResourceDefinition (CRD), which describes the details of exposing services in Kyma.

@strekm strekm merged commit 56884a3 into kyma-project:master Jun 18, 2019
@strekm strekm deleted the api-ctrl-blacklisted-svc-docu branch June 18, 2019 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation area/service-mesh Issues or PRs related to service-mesh
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants