Skip to content

Commit 54daf2e

Browse files
committed
test blog page
1 parent 34231b5 commit 54daf2e

File tree

1 file changed

+10
-8
lines changed
  • content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard

1 file changed

+10
-8
lines changed

content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The initial idea behind the Kubernetes Dashboard project was to provide a web in
1515

1616
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.
1717

18+
<!--
1819
{{< imgproc first-ui Fit "1000x900" >}}
1920
The First Version of the User Interface
2021
{{< /imgproc >}}
@@ -26,6 +27,7 @@ Prototype of the New User Interface
2627
{{< imgproc current-ui Fit "1000x700" >}}
2728
The Current User Interface
2829
{{< /imgproc >}}
30+
-->
2931

3032
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.
3133

@@ -55,14 +57,14 @@ The Kubernetes Dashboard has been growing and prospering for more than 5 years n
5557

5658
## The Kubernetes Dashboard in Numbers
5759

58-
* Initial commit made on October 16, 2015
59-
* Over 100 million pulls from Dockerhub since the v2 release
60-
* 8 supported languages and the next 2 in progress
61-
* Over 3360 closed PRs
62-
* Over 2260 closed issues
63-
* 100% coverage of the supported core Kubernetes resources
64-
* Over 9000 stars on GitHub
65-
* Over 237 000 lines of code
60+
* Initial commit made on October 16, 2015
61+
* Over 100 million pulls from Dockerhub since the v2 release
62+
* 8 supported languages and the next 2 in progress
63+
* Over 3360 closed PRs
64+
* Over 2260 closed issues
65+
* 100% coverage of the supported core Kubernetes resources
66+
* Over 9000 stars on GitHub
67+
* Over 237 000 lines of code
6668

6769
## Join Us
6870

0 commit comments

Comments
 (0)