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

Provide instructions on how to run with a parent outside the k8s cluster #309

Open
cakrit opened this issue Sep 22, 2022 · 4 comments
Open

Comments

@cakrit
Copy link
Contributor

cakrit commented Sep 22, 2022

We have seen the need to have the parent outside the cluster and are doing it ourselves. We need to be explicit about this being a very valid option and explaining which settings will allow this to happen.

@ilyam8
Copy link
Member

ilyam8 commented Sep 23, 2022

Our setup is children->in-cluster parent-> outside-cluster parent.

Another option is children -> outside-cluster parent (no in-cluster).

Do we need both? In any case, it is not just an option (instruction) but should be implemented.

@cakrit
Copy link
Contributor Author

cakrit commented Sep 28, 2022

children->in-cluster parent-> outside-cluster parent can work very well, but we'll then probably need to say how to configure the in-cluster parent to ensure it uses very limited resources. Does the in-cluster parent still need persistent storage in our setup, in order to prevent data loss?

@ilyam8
Copy link
Member

ilyam8 commented Sep 28, 2022

@cakrit

  • We use the outside-cluster parent because it is easier to debug/catch problems (crashdump), and easier to run a custom branch (better for developing).
  • We use the in-cluster parent because (from what I heard) it is the default we suggest to use so we need to use it ourselves.

persistent storage in our setup, in order to prevent data loss

Yes.

very limited resources

Our in-cluster parent is opposite to it.

@Rezrazi
Copy link

Rezrazi commented Aug 5, 2023

I'm not sure that this issue describes what I'm trying to achieve:

  • I have a cluster on which I've installed the netdata chart and everything is running smoothly
  • I have another cluster, from which I want to collect Kubernetes metrics and report them to my initial setup

Any indication on how a setup like this can be achieved?

@ilyam8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants