Skip to content

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

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

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

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
- [x] Install k8s cluster with kubespray
- [x] Run k8s locally
- [x] Expose adminer through NodePort (locally)
- [x] Run traefik + expose dashboard (locally)
- [x] Expose adminer through traefik (locally)
- [x] Find a solution to properly expose traefik on clusters ([SO question](https://stackoverflow.com/questions/78522036/how-to-use-kubernetes-with-existing-aws-nlb))
- [x] Run traefik + adminer on a real k8s cluster in cloud
- [x] Configure cert management
- [x] Write minimal deploy CI to use
- [x] Switch to k8s adminer
@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