diff --git a/.spelling b/.spelling index a3439f415a..89189d1540 100644 --- a/.spelling +++ b/.spelling @@ -332,6 +332,7 @@ Deutsche devirtualization Devirtualization devops +Dhir discoverability discuss.istio.io distro @@ -691,6 +692,7 @@ openssl OpenTelemetry OpenTracing operationalize +operationalizes optname OS-level Ostrowski @@ -763,6 +765,7 @@ quay.io quo RabbitMQ radis +Rahul Rajagopalan Rappi ratelimit-handler @@ -984,6 +987,7 @@ VMs VMware VPN VPNs +Walle Warman Wasm wasme @@ -1027,6 +1031,7 @@ yamls Yangmin Yessenov Yizhou +Yoichi yournamespace Youtube Zack diff --git a/content/en/about/case-studies/splunk/index.md b/content/en/about/case-studies/splunk/index.md new file mode 100644 index 0000000000..fc4932b6e1 --- /dev/null +++ b/content/en/about/case-studies/splunk/index.md @@ -0,0 +1,27 @@ +--- +title: "Splunk" +linkTitle: "Splunk" +quote: "We've used Istio since 1.3 and we've seen every version become incrementally better. We've seen it become easier to use, use less resources, and get easier to install." +author: + name: "Bernard Van De Walle" + image: "/img/authors/bernard-van-de-walle.jpg" +companyName: "Splunk" +companyURL: "https://www.splunk.com/" +logo: "/logos/splunk.svg" +skip_toc: true +skip_byline: true +skip_pagenav: true +skip_feedback: true +doc_type: article +sidebar_force: sidebar_case_study +type: case-studies +weight: 21 +--- + +Splunk has been a heavy Istio user for the last 3 years, using it as their baseline for network ingress, policy and authentication. + +In [this talk from IstioCon 2022](https://events.istio.io/istiocon-2022/sessions/istio-at-splunk/), Bernard van de Walle explores how Splunk manages, installs and operationalizes Istio at scale on more than 40 clusters across multiple regions and providers. He describes their journey in detail, including the trade-offs that were taken into account before jumping into Istio, as well as the lessons learned over time. He also goes into detail on how Splunk's internal users are using Istio and how they are supported. + + + +[Download the slides](https://events.istio.io/istiocon-2022/slides/a7-IstioSplunk.pdf) \ No newline at end of file diff --git a/content/en/about/case-studies/wp-engine/index.md b/content/en/about/case-studies/wp-engine/index.md new file mode 100644 index 0000000000..128c9ecad8 --- /dev/null +++ b/content/en/about/case-studies/wp-engine/index.md @@ -0,0 +1,29 @@ +--- +title: "WP Engine" +linkTitle: "WP Engine" +quote: "We have over 20 engineering teams using the platform, serving over 30 applications that are receiving traffic in production." +author: + name: "Rahul Dhir" + image: "/img/authors/rahul-dhir.jpg" +companyName: "WP Engine" +companyURL: "https://www.wpengine.com/" +logo: "/logos/wp-engine.svg" +skip_toc: true +skip_byline: true +skip_pagenav: true +skip_feedback: true +doc_type: article +sidebar_force: sidebar_case_study +type: case-studies +weight: 53 +--- + +WP Engine has adopted Istio as a core technology for its internal microservices platform over the past 2 years, enabling internal engineers to ship products and features quickly and reliably. The platform has a multi-tenant architecture and uses various technologies such as containerized builds, GitOps deployments, and automated policy enforcement all in conjunction with Istio to meet their business and technical goals. + +The decision to implement an internal platform with Istio has revolutionized the way WP Engine ships software by minimizing the common cross-cutting concerns engineers have to consider in building their applications. Implementing this platform has improved consistency between services, reduced operational overhead across the organization, and enhanced the security and observability of this runtime environments. + +In [this talk from IstioCon 2022](https://events.istio.io/istiocon-2022/sessions/how-wp-engine-uses-istio/), Rahul Dhir discusses WP Engine’s journey building a platform with Istio and how its benefits are moving their business forward. + + + +[Download the slides](https://events.istio.io/istiocon-2022/slides/d5a-WPEngine.pdf) \ No newline at end of file diff --git a/content/en/about/case-studies/zozo/index.md b/content/en/about/case-studies/zozo/index.md new file mode 100644 index 0000000000..81ffc237a0 --- /dev/null +++ b/content/en/about/case-studies/zozo/index.md @@ -0,0 +1,27 @@ +--- +title: "ZOZO" +linkTitle: "ZOZO" +quote: "More features can be added without developer overhead." +author: + name: "Yoichi Kawasaki" + image: "/img/authors/yoichi-kawasaki.jpg" +companyName: "ZOZO" +companyURL: "https://corp.zozo.com/en/" +logo: "/logos/zozo.svg" +skip_toc: true +skip_byline: true +skip_pagenav: true +skip_feedback: true +doc_type: article +sidebar_force: sidebar_case_study +type: case-studies +weight: 54 +--- + +ZOZOTOWN was launched in Dec 2004 and is currently one of the biggest fashion E-commerce companies in Japan. It was implemented as monoliths, and over the last 3 years a modernization project achieved gradual migration to a Kubernetes-based microservice architecture. ZOZO adopted Istio as a key enabler for the new ZOZOTOWN platform + +In [this talk from IstioCon 2022](https://events.istio.io/istiocon-2022/sessions/accelerating-zozotown-modernization/), Yoichi Kawasaki discusses ZOZO’s gradual migration strategy, how they integrated Istio into a platform with an existing in-house API Gateway, their zero-downtime migration, and how further Istio usage is planned to achieve a more sophisticated DevOps experience. + + + +[Download the slides](https://events.istio.io/istiocon-2022/slides/f1c-AcceleratingZozotown.pdf) \ No newline at end of file diff --git a/static/img/authors/bernard-van-de-walle.jpg b/static/img/authors/bernard-van-de-walle.jpg new file mode 100644 index 0000000000..cadf0e731c Binary files /dev/null and b/static/img/authors/bernard-van-de-walle.jpg differ diff --git a/static/img/authors/rahul-dhir.jpg b/static/img/authors/rahul-dhir.jpg new file mode 100644 index 0000000000..d32e9d4524 Binary files /dev/null and b/static/img/authors/rahul-dhir.jpg differ diff --git a/static/img/authors/yoichi-kawasaki.jpg b/static/img/authors/yoichi-kawasaki.jpg new file mode 100644 index 0000000000..252c31d128 Binary files /dev/null and b/static/img/authors/yoichi-kawasaki.jpg differ diff --git a/static/logos/splunk.svg b/static/logos/splunk.svg new file mode 100644 index 0000000000..a59632f495 --- /dev/null +++ b/static/logos/splunk.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/logos/wp-engine.svg b/static/logos/wp-engine.svg new file mode 100644 index 0000000000..bbc8a52ec0 --- /dev/null +++ b/static/logos/wp-engine.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + diff --git a/static/logos/zozo.svg b/static/logos/zozo.svg new file mode 100644 index 0000000000..f0d39557c4 --- /dev/null +++ b/static/logos/zozo.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +