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 @@ +
+ 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. +
++ 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. +
++ 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. +
+ ++ 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. +
++ 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. +
++ 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. +
+ +