Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. kubernetes
    Log in to post
    • All categories
    • dan

      SOLVED Issue with istio and FusionAuth
      Q&A • istio kubernetes • • dan

      2
      0
      Votes
      2
      Posts
      138
      Views

      dan

      There are a couple of things to check:

      make sure that you've updated the issuer at the tenant screen: https://fusionauth.io/docs/v1/tech/core-concepts/tenants#general make sure you are using an asymmetric keypair to sign the id token. If you are using HMAC, which is the default for FusionAuth, you have to share a secret. Asymmetric algorithms like RSA256 are what proxies typically need (so they don't have to have the signing secret). More here: https://fusionauth.io/docs/v1/tech/core-concepts/applications#jwt and here: https://fusionauth.io/docs/v1/tech/core-concepts/key-master

      Hope that helps.

    • dan

      UNSOLVED Can we deploy Kubernetes clusters for a customer if they are on our cloud?
      Q&A • kubernetes cloud • • dan

      2
      0
      Votes
      2
      Posts
      215
      Views

      dan

      No. Our cloud is a fully managed system, so you shouldn't care about the underlying technology.

      It isn't built with Kubernetes so when we launch a deployment in it, it's constructed using a different approach.

      If you want to run FusionAuth with kubernetes, that is supported, but you must self-host. More details here: https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes/

    • D

      UNSOLVED Fusionauth integrattion with kubeoidc proxy
      Q&A • kubernetes fusionauth oidc • • divneetsingh.m

      4
      0
      Votes
      4
      Posts
      267
      Views

      A

      Proxy servers can store cached copies of sites. You will get the data from the proxy when you access a particular location.

    • S

      how to get fresh installation?
      General Discussion • kubernetes database • • shaunladd

      4
      0
      Votes
      4
      Posts
      328
      Views

      dan

      Sorry, no kub expert here. I'm not sure how to teardown just the database, but I assume you could write a script to connect to the backing database and drop the tables/schema, etc. That might be quicker than dropping the entire cluster.

      If you figure out a better way, please share!

    • dan

      Can you run FusionAuth in kubernetes?
      Q&A • kubernetes runtimes faq • • dan

      7
      2
      Votes
      7
      Posts
      481
      Views

      dan

      As of q4 2021, FusionAuth officially supports Kubernetes.

      You can read the docs here: https://fusionauth.io/docs/v1/tech/installation-guide/kubernetes/