Merge pull request #4044 from mclarke47/fix-blog-links
Kubernetes blog: fix image links
This commit is contained in:
@@ -4,13 +4,13 @@ author: Matthew Clarke, Spotify
|
||||
authorURL: https://github.com/mclarke47
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
TLDR; We’re rethinking the Kubernetes developer experience with a new feature: a Kubernetes monitoring tool that’s designed around the needs of service owners, not cluster admins. Now developers can easily check the health of their services no matter how or where those services are deployed — whether it’s on a local host for testing or in production on dozens of clusters around the world.
|
||||
|
||||
And since Backstage uses the native Kubernetes API, the feature works with whichever cloud provider (AWS, Azure, GCP, etc.) or managed service (OpenShift, IBM Cloud, GKE, etc.) you already use.
|
||||
|
||||
<--truncate-->
|
||||
<!--truncate-->
|
||||
|
||||
## The missing link between K8s and your service
|
||||
|
||||
@@ -22,21 +22,21 @@ By navigating to a service’s overview page in Backstage, you can see everythin
|
||||
|
||||
Kubernetes in Backstage can be configured to search multiple clusters for your services. It will then aggregate them together into a single view. So if you deploy to multiple clusters you will no longer need to switch kubectl contexts to understand the current state of your service.
|
||||
|
||||

|
||||

|
||||
|
||||
## Automatic error reporting
|
||||
|
||||
Instead of trying different kubectl commands to figure out where an error occurred, Backstage will automatically find and highlight errors in Kubernetes resources that are affecting your service. So you can spend time fixing errors, not hunting for them.
|
||||
|
||||

|
||||

|
||||
|
||||
## Autoscaling limits at a glance
|
||||
|
||||
Backstage also shows you how close your service is to its autoscaling limit. Coming up to a period of high load? Now you will be able to see how your horizontal autoscaling is dealing with it across multiple clusters.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## Pick a cloud, any Cloud
|
||||
|
||||
|
||||
Reference in New Issue
Block a user