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] Update AKS Documentation for Service-level Port Forwarding #9055

Closed
aboobakersiddiqr63 opened this issue Oct 8, 2023 · 4 comments · Fixed by #9141
Closed

[Docs] Update AKS Documentation for Service-level Port Forwarding #9055

aboobakersiddiqr63 opened this issue Oct 8, 2023 · 4 comments · Fixed by #9141
Assignees
Labels
area/docs Documentation update needed framework/jekyll language/markdown Issues or pull requests that use Markdown

Comments

@aboobakersiddiqr63
Copy link
Contributor

Issue Description:
The current documentation for AKS (Azure Kubernetes Service) in the Supported providers section contains instructions for port-forwarding that involve a complex process of identifying and selecting a specific pod. This process can be streamlined and improved to enhance user-friendliness.

Proposed Change:

Introduction of Service-level Port Forwarding: The documentation should be updated to include clear instructions on how to perform service-level port forwarding. This change will simplify the process for users and eliminate the need to manually identify and select individual pods.

Current State

export POD_NAME=$(kubectl get pods --namespace meshery -l "app.kubernetes.io/name=meshery,app.kubernetes.io/instance=meshery" -o jsonpath="{.items[0].metadata.name}")
kubectl --namespace meshery port-forward $POD_NAME 9081:8080

Desired State

kubectl port-forward svc/meshery --namespace meshery 9081:9081


Contributor Guides and Handbook

@aboobakersiddiqr63 aboobakersiddiqr63 added area/docs Documentation update needed framework/jekyll language/markdown Issues or pull requests that use Markdown labels Oct 8, 2023
@welcome
Copy link

welcome bot commented Oct 8, 2023

Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Contributors' Welcome Guide, engage in the discussion forum, and be sure to join the community Slack.

@shubhankar-mern
Copy link

@aboobakersiddiqr63 assign this to me

@aboobakersiddiqr63
Copy link
Contributor Author

@shubhankar-mern contributor needs to review the proposal and should assign, I would request the assignee to assign this task to @shubhankar-mern :)

@leecalcote
Copy link
Member

Thank you, gents. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment