Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(meshservice): update BackendRefs to use real resources #2001

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

lobkovilya
Copy link
Contributor

Fix #1998

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
@lobkovilya lobkovilya requested a review from a team as a code owner October 22, 2024 08:50
@lobkovilya lobkovilya requested review from jijiechen and michaelbeaumont and removed request for a team October 22, 2024 08:50
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for kuma ready!

Name Link
🔨 Latest commit 22eb9e3
🔍 Latest deploy log https://app.netlify.com/sites/kuma/deploys/671b8d8390998900085cb9c4
😎 Deploy Preview https://deploy-preview-2001--kuma.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🔴 down 8 from production)
Accessibility: 90 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Co-authored-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Ilya Lobkov <lobkovilya@yandex.ru>
We can use `MeshHTTPRoute` to split an HTTP traffic between different MeshServices
implementing A/B testing or canary deployments.
If we want to split traffic between `v1` and `v2` versions of the same service,
first we have to create MeshServices `backend-v1` and `backend-v2` that select
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have docs on how to manually create MeshService? Can we link it here?

Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>

# Conflicts:
#	app/_src/guides/migration-to-the-new-policies.md
#	app/_src/policies/meshtcproute.md
#	jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/policyyaml.rb
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix examples with BackendRefs to use MeshService
3 participants