|
1 | | - |
2 | 1 | export interface BlogPost { |
3 | 2 | id: string; |
4 | 3 | title: string; |
@@ -68,7 +67,7 @@ This automation initiative: |
68 | 67 |
|
69 | 68 | --- |
70 | 69 |
|
71 | | -*This post summarizes our detailed engineering blog post. For complete technical details and implementation specifics, please visit the [original article](https://mattermost.com/blog/automate-eks-node-rotation/).* |
| 70 | +This post summarizes our detailed engineering blog post. For complete technical details and implementation specifics, please visit the original article: https://mattermost.com/blog/automate-eks-node-rotation/ |
72 | 71 | ` |
73 | 72 | }, |
74 | 73 | { |
@@ -120,7 +119,7 @@ Our SLO journey continues with plans to: |
120 | 119 | - Expand the framework to internal services |
121 | 120 | - Foster a culture of shared responsibility |
122 | 121 |
|
123 | | -*This post summarizes our detailed engineering blog post. For complete technical details, metrics queries, and implementation specifics, please visit the original article. https://mattermost.com/blog/sloth-for-slo-monitoring-and-alerting-with-prometheus/ * |
| 122 | +This post summarizes our detailed engineering blog post. For complete technical details, metrics queries, and implementation specifics, please visit the original article: https://mattermost.com/blog/sloth-for-slo-monitoring-and-alerting-with-prometheus/ |
124 | 123 | ` |
125 | 124 | }, |
126 | 125 | { |
@@ -175,7 +174,7 @@ Our forward-looking strategy includes: |
175 | 174 |
|
176 | 175 | Our experience with spot instances taught us valuable lessons about balancing cost savings with operational stability. While the potential for savings was attractive, we found that the unpredictability and management complexity didn't align with our operational objectives. |
177 | 176 |
|
178 | | -*This post is a summary of our detailed engineering blog post. For the complete technical details and implementation specifics, please visit the original article. https://mattermost.com/blog/mattermosts-cloud-optimization-journey/* |
| 177 | +This post is a summary of our detailed engineering blog post. For the complete technical details and implementation specifics, please visit the original article: https://mattermost.com/blog/mattermosts-cloud-optimization-journey/ |
179 | 178 | ` |
180 | 179 | } |
181 | 180 | ]; |
@@ -267,4 +266,3 @@ The contributions and the reasoning are available at [GitHub](https://github.com |
267 | 266 | ` |
268 | 267 | } |
269 | 268 | ]; |
270 | | - |
0 commit comments