Coder Social home page Coder Social logo

Comments (6)

c0pp3r avatar c0pp3r commented on August 26, 2024 2

Hey there. So I'm new to Azure but I took the time to try and solve this and here is what I did for anyone that comes along after me.
Here is the yaml for the LB:
kind: Service
apiVersion: v1
metadata:
name: multi-juicer-loadbalancer
spec:
type: LoadBalancer
selector:
app.kubernetes.io/instance: multi-juicer
app.kubernetes.io/name: multi-juicer
ports:
- name: http
protocol: TCP
port: 80
targetPort: 3000

save that to do-lb.yam

kubectl create -f do-lb.yam

You can check on this with:
kubectl describe services multi-juicer-loadbalancer

This should create an external IP for accessing your multi-juicer in Azure after you have followed the rest of the instructions.

When done do:
kubectl delete -f do-lb.yaml

helm delete multi-juicer

from multi-juicer.

sydseter avatar sydseter commented on August 26, 2024 1

I added how to setup ssl for the ingress. see: #118

from multi-juicer.

J12934 avatar J12934 commented on August 26, 2024

Nice 👍, thanks @c0pp3r
Do you know if there is a easy way to set up https & custom domains for the azure loadbalancers?

from multi-juicer.

c0pp3r avatar c0pp3r commented on August 26, 2024

Nice 👍, thanks @c0pp3r
Do you know if there is a easy way to set up https & custom domains for the azure loadbalancers?

Apologies for the late response. I honestly haven't tried at this point. I would imagine you could handle that somewhere in azure but would have to do some digging.

from multi-juicer.

J12934 avatar J12934 commented on August 26, 2024

Azure guide was update to include external connection, but the guide doesn't show how to set it up using https.
Any help / changes on that front would be extremely welcome 🙏

from multi-juicer.

J12934 avatar J12934 commented on August 26, 2024

I've removed the WIP warning from the Azure Guide now 👍
I'll keep the issue open so that we can keep discussing further problems and improvements here if they come up.

from multi-juicer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.