Skip to content

networkcat89/istio-sync-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

istio-sync-operator

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add istio-sync-operator https://networkcat89.github.io/istio-sync-operator/charts
helm install istio-sync-operator istio-sync-operator/istio-sync-operator

Example

Istio Virtual Services, Ingresses, Services, Cert-manager must be installed before working with the operator Please refer to Istio's docs documentation and to Cert-manager's docs documentation to get started

Let's create an application with the domain name example.com

kubectl apply -f example-custom-resource.yaml

Then the following resources will be created:

Istio HTTPS gateway: https://example.com
Istio HTTPS-WWW gateway with redirect to non-WWW: https://www.example.com
Istio HTTP-WWW-non-WWW gateway with redirect to HTTPS: http://www.example.com http://example.com
SSL Certificate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors