diff --git a/blog/README.md b/blog/README.md index 4e8863b67..e14de6608 100644 --- a/blog/README.md +++ b/blog/README.md @@ -11,6 +11,7 @@ nav: - Eventing: - Code samples: - Reference: + - About: - Blog: - Case studies: - Community: @@ -61,6 +62,7 @@ nav: - Eventing: /docs/eventing/ - Code samples: /docs/samples/ - Reference: /docs/reference/ + - About: /docs/about/ - Blog: - index.md - Releases: diff --git a/blog/config/nav.yml b/blog/config/nav.yml index a890d2ed3..b50e208d8 100644 --- a/blog/config/nav.yml +++ b/blog/config/nav.yml @@ -7,7 +7,7 @@ nav: - Code samples: /docs/samples/ - Reference: /docs/reference/ - "Community": /docs/community/ - - Case studies: /docs/about/case-studies/deepc + - About: /docs/about/testimonials ##################################################### # Blog ##################################################### diff --git a/config/nav.yml b/config/nav.yml index 5347734c7..16a304729 100644 --- a/config/nav.yml +++ b/config/nav.yml @@ -243,8 +243,10 @@ nav: - Welcome to the community: community/README.md - Contribute to Knative: community/contributing.md - About the community: community/about.md - - Case studies: - - deepc: about/case-studies/deepc.md - - Outfit7: about/case-studies/outfit7.md - - Puppet: about/case-studies/puppet.md + - About: + - Testimonials: about/testimonials.md + - Case studies: + - deepc: about/case-studies/deepc.md + - Outfit7: about/case-studies/outfit7.md + - Puppet: about/case-studies/puppet.md - Blog: /blog/ diff --git a/docs/about/testimonials.md b/docs/about/testimonials.md new file mode 100644 index 000000000..eb0af86ce --- /dev/null +++ b/docs/about/testimonials.md @@ -0,0 +1,93 @@ +
+

Enterprise-grade Serverless on your own terms.

+

Understanding Knative

+ +
+
+ +
+
+
"If Kubernetes is an electrical grid, then Knative is its light switch."
+
+ —Kelsey Hightower, Google Cloud Platform +
+
+

+ Knative is an automated system that helps development teams manage and maintain processes in Kubernetes. Its purpose is to simplify, automate, and monitor deployments of Kubernetes so teams spend less time on maintenance and more time on app development and projects. Knative takes over repetitive and time-intensive tasks while removing obstacles and delays. +

+
+

+ Knative does this through two features. The first is Knative Eventing. Eventing allows developers to set up detailed actions triggered by specific events within a broader environment. The second is Knative Serving, which automatically manages the creation and scaling of services through Kubernetes, including scaling down to zero. Each of these features aims to free up resources that teams would otherwise spend managing systems. They also save businesses money by reacting to conditions in real — time. Meaning, companies only pay for the resources they are using, not the ones they might use. +

+
+
+
+ +
+
+ Scale to Zero is a feature of Knative Serving that automatically turns off services running in containers when there is no demand for them. Instead of running programs on standby, they can be turned off and turned back on when needed again. Scale to zero reduces costs over time and helps manage technical resources. +
+
+
+

+ The core idea behind Knative is to allow teams to harness the power of serverless application deployment. Serverless refers to managing cloud-based servers and virtual machines, often hosted on platforms like AWS, Google Cloud, Microsoft Azure, and more. Serverless is a great option for companies looking to move away from the costly endeavor of managing their own servers and infrastructure. +

+
+
+
+ +
+
+
"I often think of Knative as part of 'Serverless 2.0.' It combines the good things about serverless with a loosening of constraints around execution time and availability of resources."

+ -Michael Behrendt, Distinguished Engineer and Chief Architect of Serverless and Cloud Functions for IBM.
+ IBM is a committed sponsor of Knative +
+
+
+

Knative in the broader ecosystem

+

+ To understand Knative more fully, it is important to know that it exists in a larger ecosystem of services that work together. For example, Knative acts as a framework on top of Kubernetes that helps build a serverless platform. Kubernetes itself is a system that orchestrates the creation and running of containers used in app deployment, scaling, and more. Those contain ers can run anything, from simple tools written in python to complex Al systems. Containers were developed to help tackle the problem of complexity. As development teams build software products, they create massive codebases. Left unorganized, those codebases can become gigantic and confusing-even for those who make them. Containers solve this problem by breaking codebases into small, self-contained processes that can interact to do work. They also help developers manage complex webs of dependencies like APIs and databases. These containers are easier to maintain for teams looking to work fast while maintaining best practices. +

+ +

Knative's value in DevOps

+

+ DevOps promises effective application development processes with faster deployments and fewer bugs. While Kubernetes helps facilitate this, it can produce significant complexity. Achieving value at scale with Kubernetes traditionally involves teams developing specialized knowledge. Knative cuts down on that by providing a serverless experience that removes the need for all development team members to know or understand the ins and outs of Kubernetes. +

+
+
+
+ +
+
+
"What we are doing with Knative is to provide a developer experience that makes it easier to focus on code. Cloud developers focus on the business problems they are solving without having to coordinate or wait for approvals from platform teams to scale their apps. Knative is a framework that helps automate platform capabilities so your apps can scale as if they were running on Serverless compute."

+ -Aparna Sinha, Director of Product Management, Google +
+
+ +

Tangible benefits of Knative for teams

+

+ It has always been true that organizations need to develop and innovate faster than their competition while deploying products with fewer flaws. However, being bogged down by configuring networks and operating systems harms developer productivity and morale. Developers want to create things, and Knative helps them do that. +

+
+
+
+ +
+
+
"The amount of internal work needed to use Knative is minuscule"

+ -Tilen Kavčič, Backend Developer for Outfit7, which uses Knative for key backend system +
+
+ +

The advantage of Open Source

+

+ Open source has been a powerful resource for creating business solutions for decades. Kubernetes and Knative are now paving the way for that relationship to become stronger. Each project has significant support from some of the biggest names in tech including IBM, Google, Redhat, and VMware. The Kubernetes and Knative ecosystem consists of widely adopt ed projects that are proven across many installations for a multitude of uses. The open-source foundation of Knative means that anyone using the platform can participate in the community to get help, solve problems, and influence the direction of deployment for future versions. +

+ +

Find out more

+ +
diff --git a/docs/images/testimonials/aparna.png b/docs/images/testimonials/aparna.png new file mode 100644 index 000000000..0a5e9946f Binary files /dev/null and b/docs/images/testimonials/aparna.png differ diff --git a/docs/images/testimonials/blue_zero_scaling_icon.svg b/docs/images/testimonials/blue_zero_scaling_icon.svg new file mode 100644 index 000000000..0397b6efe --- /dev/null +++ b/docs/images/testimonials/blue_zero_scaling_icon.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/docs/images/testimonials/kelsey.png b/docs/images/testimonials/kelsey.png new file mode 100644 index 000000000..9d87b997b Binary files /dev/null and b/docs/images/testimonials/kelsey.png differ diff --git a/docs/images/testimonials/michael.png b/docs/images/testimonials/michael.png new file mode 100644 index 000000000..9fb5dfd6a Binary files /dev/null and b/docs/images/testimonials/michael.png differ diff --git a/docs/images/testimonials/tilen.png b/docs/images/testimonials/tilen.png new file mode 100644 index 000000000..ba83caf60 Binary files /dev/null and b/docs/images/testimonials/tilen.png differ diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index a257b013f..ac092371f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -376,6 +376,95 @@ a.md-header__button.md-logo img { color: black; } +/* Testimonials */ +.testimonials h1, .testimonials h2, +.testimonials h3, .testimonials .normal-text, +.testimonials .quote { + font-family: inherit; +} + +.testimonials h1, .testimonials h2, +.testimonials h3 { + font-weight: bold; +} + +.testimonials h1 { + color: #024c93; + margin-bottom: -26px; +} + +.testimonials h2 { + font-size: 2em; + color: #024c93; + margin-bottom: -12px; +} + +.testimonials h3 { + font-size: 1.65em; +} + +.testimonials .testimonial { + display: flex; +} + +.testimonials .testimonial .img { + margin: auto 30px auto 60px; +} + +.testimonials .quote { + margin: auto 0; + text-align: start; + padding: 0 2em; + color: #497bb2; + font-weight: 500; + line-height: 1.1; + font-family: inherit; + font-size: .85rem; + border-left: #4db3d9 4.5px solid; +} + +.testimonials .testimonial img { + max-width: 130px; +} + +.testimonials .testimonial.blue img { + max-width: 160px; + width: 160px; +} + +.testimonials .testimonial.blue { + border-top: #4db3d9 2.5px solid; + padding-top: 60px; +} + +.testimonials .testimonial.blue .quote { + font-size: 1.3rem; + font-weight: 500; + color: #4db3d9; + border: none; +} + +.testimonials .quote .phrase { + font-size: 1.15rem; + font-style: italic; + font-weight: bold; + font-family: serif; +} + +.testimonials .normal-text { + font-weight: 600; + font-size: .86rem; + color: #6e6e6e; +} + +.testimonials a { + color: #175494; +} + +.testimonials .find-links { + padding-top: 16px; +} + @media screen and (max-width: 76.1875em) { .md-nav--primary .md-nav__item--active>.md-nav__link { color: var(--nav-item-color);