Skip to content

rohankanojia-forks/quarkus-kubernetes-client-okhttp-ipv6-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Kubernetes Client Extension with Kubernetes Ipv6 Cluster

You would need a Kubernetes Cluster with Ipv6 setup. If you're using Kind, you can easily do it by following these steps:

$ cat kind-ipv6-config.yaml
kind: Cluster                                                                  apiVersion: kind.x-k8s.io/v1alpha4                                            
networking:        
  ipFamily: ipv6 

$ kind create cluster --config kind-ipv6-config.yaml   

How to Run Locally?

mvn quarkus:dev

Hot to Build Native Executable?

mvn package -Pnative

About

Using OkHttp 4.x with Quarkus Kubernetes Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published