Skip to content

Commit 1ecc994

Browse files
authored
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
1 parent c854d9e commit 1ecc994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Historically, service catalogs have not been a key piece of infrastructure, as a
9494
## Annotate your services now and thank yourself later
9595
Much like implementing observability within microservice systems, you often don’t realize that you need human service discovery until it’s too late. Don't wait until something is on fire in production to start wishing you had implemented better metrics and also documented how to get in touch with the part of your organization that looks after it.
9696

97-
There's enormous benefits to building an effective [version 0](https://www.getambassador.io/learn/kubernetes-glossary/version-0/) of any service: a “[dancing skeleton](https://containerjournal.com/topics/container-management/dancing-skeleton-apis-and-microservices/)” application with a thin slice of complete functionality that can be deployed to production with a minimal yet effective continuous delivery pipeline.
97+
There's enormous benefits to building an effective [version 0](https://www.getambassador.io/learn/kubernetes-glossary/version-0/) of any service: a “[dancing skeleton](https://containerjournal.com/topics/container-management/dancing-skeleton-apis-and-microservices/)” application with a thin slice of complete functionality that can be deployed to production with a minimal yet effective continuous delivery pipeline.
9898

9999
Adding service annotations should be an essential part of your “version 0” for all of your services. Add them now, and you’ll thank yourself later.

0 commit comments

Comments
 (0)