Skip to content

TimChiang0106/GKE-ingress-GCS-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GKE-ingress-GCS-bucket

GKE ingress of backend service connected with GCS of bucket. Please follow the References [1] to install the Ingress with NGINX controller on Google Kubernetes Engine

Noted: Open the 8443 port in firewall

Install ingress

kubectl apply -f google-storage-buckets.yaml
kubectl apply -f ingress-bucket.yaml
kubectl apply -f ingress-pod.yaml

Test

http://NGINX_IP.nip.io/bucket/index.html -> File in bucket of GCS.
http://NGINX_IP.nip.io/home -> Simple web-based application in GKE.

References

[1] https://cloud.google.com/community/tutorials/nginx-ingress-gke

Contact

Tim Chiang - @TimJiang0106 - timchiang0106@gmail.com

Releases

No releases published

Packages

No packages published