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

Ingress Section #43

Open
kferrone opened this issue Jan 14, 2019 · 8 comments
Open

Ingress Section #43

kferrone opened this issue Jan 14, 2019 · 8 comments

Comments

@kferrone
Copy link

No Ingress section yet? Is this still to come?

@de-jcup
Copy link
Owner

de-jcup commented Jan 14, 2019

Hello @kferrone ,

I have just started with kubernetes and also with fabric8io.
So I am not pretty sure if its possible to get information about ingress controller with the fabric8io api.

If you have any ideas or information about a possible API call - please give me hint

PS: I am working on other eclipse plugins at the moment so it will take some time.

@kferrone
Copy link
Author

I will see what I can do with some contributions. I actually use a few of your other plugins, very nice. My vision of this plugin is to have all the same info as the Kubernetes Dashboard at least.

de-jcup added a commit that referenced this issue Dec 29, 2020
- inside EKube preferences users have now option "enable
  experimental featuers". When enabled ingress controller
  should appear now - with ability to doublellick and show
  yaml etc.
@de-jcup
Copy link
Owner

de-jcup commented Dec 30, 2020

Just released Version 0.8.0 on eclipse marketplace.

You can enable here the experimental features (see last checkbox at preferences page:)
image

When enabled, a connection will try to add a ingress list. There should be a status available (currently no refresh action) + yaml per doubleclick should work.

@kferrone: I have currently no possiblity to check if ingress works. maybe you can check the feature (and maybe make some additions?) See my last commit a0028b4 for the experimental feature approach.

@kferrone
Copy link
Author

This is what I see
ingress-ekube

An ingress is namespaced though. Here you have the Ingress at the Cluster Scope.

Double click to view the yaml did work.

@de-jcup
Copy link
Owner

de-jcup commented Jan 2, 2021

Hmm. Thanx. Using the "toString() " for details is... a little bit odd at the moment.
But at least it runs... but should be improved of course

@de-jcup
Copy link
Owner

de-jcup commented Jan 2, 2021

Hmm.. I will try to create a raspberry pi4 kubernetes playground for myself, to have an accessible cluster for tests etc. The k8s cluster I have access at the moment has only restricted resources and I have not full access - so not easy to check.

@kferrone
Copy link
Author

kferrone commented Jan 2, 2021

You could try Docker Desktop for Mac or Windows, this has a one click k8s in the settings section. Other options are kind and minikube which make it really easy to setup desktop dev environments.
With Raspberry Pi, there is Microk8s by Canonical and k3s by Rancher, both make it very easy to install on RPi.

@de-jcup
Copy link
Owner

de-jcup commented Mar 7, 2021

K3s is very nice. Easy to install - see https://rancher.com/docs/k3s/latest/en/

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

2 participants