From 677c627acd2c601fdda7d00aec57fc983fba71e7 Mon Sep 17 00:00:00 2001 From: FeynmanZhou Date: Tue, 14 Jul 2020 18:27:16 +0800 Subject: [PATCH] update porter blog Signed-off-by: FeynmanZhou --- content/en/blogs/monitoring-k8s-control-plane.md | 2 +- .../{porter.md => porter-in-cncf-landscape.md} | 13 ++++++++++--- content/en/blogs/value-of-kubesphere.md | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) rename content/en/blogs/{porter.md => porter-in-cncf-landscape.md} (79%) diff --git a/content/en/blogs/monitoring-k8s-control-plane.md b/content/en/blogs/monitoring-k8s-control-plane.md index d4405408a..7f97ba173 100644 --- a/content/en/blogs/monitoring-k8s-control-plane.md +++ b/content/en/blogs/monitoring-k8s-control-plane.md @@ -1,7 +1,7 @@ --- title: 'Monitoring Kubernetes Control Plane using KubeSphere' keywords: Kubernetes, KubeSphere, Monitoring, Prometheus -description: KubeSphere leverages tools including Prometheus, Kube-state-metrics Node-exporter, ServiceMonitor, as well as the predefined rules in PrometheusRule, providing the monitoring metrics from application to infrastructure out of box +description: KubeSphere leverages tools including Prometheus, Kube-state-metrics Node-exporter, ServiceMonitor, as well as the predefined rules in PrometheusRule, providing the monitoring metrics from application to infrastructure out of box. tag: 'kubernetes, monitoring' createTime: '2020-03-28' author: 'Feynman, Guangzhe' diff --git a/content/en/blogs/porter.md b/content/en/blogs/porter-in-cncf-landscape.md similarity index 79% rename from content/en/blogs/porter.md rename to content/en/blogs/porter-in-cncf-landscape.md index 12fe1bfc9..d57177d92 100644 --- a/content/en/blogs/porter.md +++ b/content/en/blogs/porter-in-cncf-landscape.md @@ -1,5 +1,7 @@ --- title: 'Porter: An Innovative Cloud Native Service Proxy in CNCF Landscape' +keywords: Kubernetes, bare-metal, LoadBalancer, Porter +description: Porter allows you to create Kubernetes services of type LoadBalancer in bare metal cluster, which makes you enjoy the consistent experience with the cloud. Porter has been accepted into CNCF Landscape as a promising newcomer. tag: 'Load Balancer, Kubernetes, Porter' createTime: '2020-07-10' author: 'Feynman, Sherlock' @@ -29,9 +31,14 @@ Porter is an open source cloud native load balancing plugin designed by the Kube ![Porter](https://ap3.qingstor.com/kubesphere-website/docs/porter.png) All Porter codes are open source and documents are available in [GitHub](https://github.com/kubesphere/porter). You are welcome to star and use it. + +## Porter Showcase in KubeCon + +{{< youtube EjU1yAVxXYQ >}} + ## Porter Installation -Porter has been deployed and tested in two environments so far as below. You can see more details in GitHub about the deployment, test and process by clicking the link below. It is recommended to have a try: +Porter has been deployed and tested in three environments so far as below. You can see more details in GitHub about the deployment, test and process by clicking the link below. It is recommended to have a try: - [Deploy Porter on Bare Metal Kubernetes Cluster](https://github.com/kubesphere/porter/blob/master/doc/deploy_baremetal.md) - [Test in the QingCloud Platform Using a Simulated Router](https://github.com/kubesphere/porter/blob/master/doc/zh/simulate_with_bird.md) @@ -45,5 +52,5 @@ For detailed information about the architecture and principle, please refer to [ ## Related Resources -- [KubeCon Shanghai: Porter — An Open Source Load Balancer for Bare Metal Kubernetes](https://www.youtube.com/watch?v=EjU1yAVxXYQ) -- [Porter Website](https://porterlb.io/) \ No newline at end of file +- [Porter: A Promising Newcomer in CNCF Landscape for Bare Metal Kubernetes Clusters](https://dzone.com/articles/porter-an-open-source-load-balancer-for-kubernetes) +- [Porter Website](https://porterlb.io/) diff --git a/content/en/blogs/value-of-kubesphere.md b/content/en/blogs/value-of-kubesphere.md index 0cf2f3986..01678bc3d 100644 --- a/content/en/blogs/value-of-kubesphere.md +++ b/content/en/blogs/value-of-kubesphere.md @@ -1,7 +1,7 @@ --- title: 'A Container Platform: What is the Value of KubeSphere' keywords: Kubernetes, KubeSphere, DevOps, Container -description: KubeSphere is a multi-tenant container platform built on Kubernetes with applications at its core. It is capable of full stack IT automated operation and maintenance, streamlining the DevOps workflow for enterprises +description: KubeSphere is a multi-tenant container platform built on Kubernetes with applications at its core. It is capable of full stack IT automated operation and maintenance, streamlining the DevOps workflow for enterprises. tag: 'KubeSphere, Introduction' createTime: '2020-04-10' author: 'Feynman, Ray, Sherlock'