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

Kubernetes: run adminer on a cloud machine via k8s. #669

Closed
10 tasks done
Tracked by #618
YuryHrytsuk opened this issue May 13, 2024 · 3 comments
Closed
10 tasks done
Tracked by #618

Kubernetes: run adminer on a cloud machine via k8s. #669

YuryHrytsuk opened this issue May 13, 2024 · 3 comments
Assignees

Comments

@YuryHrytsuk
Copy link
Collaborator

YuryHrytsuk commented May 13, 2024

          Task: Run `adminer` on a cloud machine via k8s.

Originally posted by @mrnicegyu11 in #618 (comment)

Tasks

Preview Give feedback
@YuryHrytsuk YuryHrytsuk self-assigned this May 13, 2024
@YuryHrytsuk YuryHrytsuk added this to the Leeroy Jenkins milestone May 13, 2024
@YuryHrytsuk YuryHrytsuk changed the title Task: Run adminer on a cloud machine via k8s. Kubernetes: run adminer on a cloud machine via k8s. May 14, 2024
@YuryHrytsuk
Copy link
Collaborator Author

YuryHrytsuk commented May 21, 2024

@YuryHrytsuk
Copy link
Collaborator Author

YuryHrytsuk commented May 21, 2024

Questions

How to manage charts

  • install charts via repos (i.e. helm repo add <repo-name> && helm install <chart-name> <repo-name>
  • or we install charts form file system (i.e. helm install <chart-name> ./mychart)

How to implement ENV ingestion with helm?

@YuryHrytsuk
Copy link
Collaborator Author

YuryHrytsuk commented May 23, 2024

Ingress vs. LoadBalancer vs. NodePort

An Ingress does not expose arbitrary ports or protocols. Exposing services other than HTTP and HTTPS to the internet typically uses a service of type Service.Type=NodePort or Service.Type=LoadBalancer.
source: https://kubernetes.io/docs/concepts/services-networking/ingress/

@YuryHrytsuk YuryHrytsuk mentioned this issue May 30, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant