Skip to content

codelibs/kubernetes-fess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fess on Kubernetes

fessctl is an utitly to manage Fess on Kubernetes. fessctl creates Kubernetes cluster on kind as default.

Usage

Create Fess on Kubernetes

$ ./fessctl create -k kind

-k option is kubernetes type. You can spcify kind or eks.

Proxy Access

Elasticsearch

Run a proxy as below:

$ ./fessctl proxy -t elasticsearch

and then

$ ./fessctl curl https://localhost:9200

Fess

Run a proxy as below:

$ ./fessctl proxy

and then

$ curl https://localhost:8080

Delete Fess on Kubernetes

$ ./fessctl delete -k kind

Releases

No releases published

Packages

No packages published

Languages