Giter Site home page Giter Site logo

404 page not found about awx-on-k3s HOT 4 CLOSED

SorenSj avatar SorenSj commented on August 24, 2024
404 page not found

from awx-on-k3s.

Comments (4)

kurokobo avatar kurokobo commented on August 24, 2024 2

@passe4wedo
There is service_type parameter instead of ingress_type to expose your service via NodePort or LoadBalancer. Note that NodePort has an issue with not being able to specify a port(ansible/awx-operator#788), so you should wait for the next release if you want to use fixed port for NodePort.

But if you create an Ingress through AWX Operator on EKS, the ALB will be used as actual implementation, so you can manage it through AWX Operator by using ingress_annotations and other params, instead of deploying Ingress yourself.

from awx-on-k3s.

SorenSj avatar SorenSj commented on August 24, 2024 1

It's working! Thanks a lot :-)

from awx-on-k3s.

kurokobo avatar kurokobo commented on August 24, 2024

Access AWX via hostname instead of IP address. Kubernetes routes your HTTP trafic according to the HOST header in the HTTP request.

Therefore, if you specify awx.example.com as described in my repo,

...
spec:
  ...
  ingress_type: ingress
  ingress_tls_secret: awx-secret-tls
  hostname: awx.example.com     👈👈👈
...

your AWX can be accessed via https://awx.example.com instead of IP address. So you should configure your DNS or hosts file on your client (where the brower is running).

from awx-on-k3s.

passe4wedo avatar passe4wedo commented on August 24, 2024

Is there the possibility to expose the service in order to access it by using the IPAddress:Port only?
It would be useful for the integration of managed load balancers such as AWS ALB (for health check purposes and external certificate management).

from awx-on-k3s.

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.