* Fix for helm 3 and k8s 1.16 * Inclusion of archived directory under k8s * separate deploy-all powershell script for local Mac OS deployment.
8 lines
423 B
Plaintext
8 lines
423 B
Plaintext
eShop SQL Server Installed
|
|
--------------------------
|
|
|
|
SQL server is not exposed outside the cluster. If need to access it from outside, use:
|
|
|
|
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "sql-data.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
echo "Visit http://127.0.0.1:8080 to use your application"
|
|
kubectl port-forward $POD_NAME 8080:80 |