Merge pull request #108 from FeynmanZhou/master

update porter blog
This commit is contained in:
pengfei 2020-07-14 18:34:34 +08:00 committed by GitHub
commit 19cbb0c85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View File

@ -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'

View File

@ -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: PorterAn Open Source Load Balancer for Bare Metal Kubernetes](https://www.youtube.com/watch?v=EjU1yAVxXYQ)
- [Porter Website](https://porterlb.io/)
- [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/)

View File

@ -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'