From 2b0a593be56b6be99e1809b6e998b64dfa847a92 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Fri, 22 May 2020 11:21:20 +0300 Subject: [PATCH] Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md Co-authored-by: Taylor Dolezal --- content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md b/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md index d307d54039..271362c88e 100644 --- a/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md +++ b/content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md @@ -19,7 +19,8 @@ For the last few years, Kubernetes became a de-facto standard platform for runni Kubernetes has been originally designed to be deployed and used in the Linux environments. However, a good number of users (and not only application developers) use Windows OS as their daily driver. When Microsoft revealed WSL - [the Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/), the line between Windows and Linux environments became even less visible. -And in addition, WSL brought an ability to run Kubernetes on Windows almost seamlessly! +Also, WSL brought an ability to run Kubernetes on Windows almost seamlessly! + Below, we will cover in brief how to install and use various solutions to run Kubernetes locally.