From 54daf2e5586496edc599174b091c9e2027226415 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Tue, 9 Mar 2021 20:17:42 -0500 Subject: [PATCH 1/2] test blog page --- .../index.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md b/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md index 62bebb89b5..b40c827448 100644 --- a/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md +++ b/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md @@ -15,6 +15,7 @@ The initial idea behind the Kubernetes Dashboard project was to provide a web in The very [first commit](https://github.com/kubernetes/dashboard/commit/5861187fa807ac1cc2d9b2ac786afeced065076c) to the Kubernetes Dashboard was made by Filip Grządkowski from Google on 16th October 2015 – just a few months from the initial commit to the Kubernetes repository. Our initial commits go back to November 2015 ([Sebastian committed on 16 November 2015](https://github.com/kubernetes/dashboard/commit/09e65b6bb08c49b926253de3621a73da05e400fd); [Marcin committed on 23 November 2015](https://github.com/kubernetes/dashboard/commit/1da4b1c25ef040818072c734f71333f9b4733f55)). Since that time, we’ve become regular contributors to the project. For the next two years, we worked closely with the Googlers, eventually becoming main project maintainers ourselves. + As you can see, the initial look and feel of the project were completely different from the current one. We have changed the design multiple times. The same has happened with the code itself. @@ -55,14 +57,14 @@ The Kubernetes Dashboard has been growing and prospering for more than 5 years n ## The Kubernetes Dashboard in Numbers -* Initial commit made on October 16, 2015 -* Over 100 million pulls from Dockerhub since the v2 release -* 8 supported languages and the next 2 in progress -* Over 3360 closed PRs -* Over 2260 closed issues -* 100% coverage of the supported core Kubernetes resources -* Over 9000 stars on GitHub -* Over 237 000 lines of code +* Initial commit made on October 16, 2015 +* Over 100 million pulls from Dockerhub since the v2 release +* 8 supported languages and the next 2 in progress +* Over 3360 closed PRs +* Over 2260 closed issues +* 100% coverage of the supported core Kubernetes resources +* Over 9000 stars on GitHub +* Over 237 000 lines of code ## Join Us From 4c75e0cb8bcc8e41832c41ce445d3d9fd267d3f0 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Tue, 9 Mar 2021 20:27:09 -0500 Subject: [PATCH 2/2] remove imageProc --- .../index.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md b/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md index b40c827448..ffa029a73f 100644 --- a/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md +++ b/content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md @@ -15,19 +15,6 @@ The initial idea behind the Kubernetes Dashboard project was to provide a web in The very [first commit](https://github.com/kubernetes/dashboard/commit/5861187fa807ac1cc2d9b2ac786afeced065076c) to the Kubernetes Dashboard was made by Filip Grządkowski from Google on 16th October 2015 – just a few months from the initial commit to the Kubernetes repository. Our initial commits go back to November 2015 ([Sebastian committed on 16 November 2015](https://github.com/kubernetes/dashboard/commit/09e65b6bb08c49b926253de3621a73da05e400fd); [Marcin committed on 23 November 2015](https://github.com/kubernetes/dashboard/commit/1da4b1c25ef040818072c734f71333f9b4733f55)). Since that time, we’ve become regular contributors to the project. For the next two years, we worked closely with the Googlers, eventually becoming main project maintainers ourselves. - As you can see, the initial look and feel of the project were completely different from the current one. We have changed the design multiple times. The same has happened with the code itself.