Code Monkey home page Code Monkey logo

kubernetes-setup's Introduction

Hi, I'm David:

Gmail davidilie.com

Technologies I use

Linux Node.js React Java JavaScript Python

GitHub Stats

DavidIlie github stats

kubernetes-setup's People

Contributors

davidilie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kubernetes-setup's Issues

Not able to redirect to authelia with ingress

Great work.. I found steps to setup authelia on kubernetes. In '8 - authelia' i am using ingress resource with traefik instead of ingressRoute. So here is my ingress yaml file:

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: demo-ingress
  namespace: gin
  annotations:
	traefik.ingress.kubernetes.io/router.middlewares: default-authelia@kubernetescrd
	traefik.ingress.kubernetes.io/router.tls: "true"
	cert-manager.io/cluster-issuer: letsencrypt-prod
	kubernetes.io/ingress.class: traefik
spec:
  tls:
  - hosts:
	- "heimdall.davidapps.dev"
	secretName: demo-cert
  rules:
	- host: heimdall.davidapps.dev
	  http:
		paths:
		  - path: /
			pathType: Prefix
			backend:
			  service:
				name: frontend-prod
				port:
				  number: 80

But while accessing my service at heimdall.davidapps.dev I am not redirecting to auth.davidapps.dev.
Am I doing anything worng here?

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.