Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project -- Web SSO with KinD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Bachelor
Cloud-and-Deployment
Project -- Web SSO with KinD
Commits
beb075ed
Commit
beb075ed
authored
5 months ago
by
marcoemi.poleggi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
460dcf79
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
beb075ed
...
@@ -494,7 +494,7 @@ $ make -s docker-push
...
@@ -494,7 +494,7 @@ $ make -s docker-push
You can manage your containers with the other make commands: dstop, dstart,
You can manage your containers with the other make commands: dstop, dstart,
drm, etc.
drm, etc.
:
alert
: To avoid
[
CORS-related
:
warning
: To avoid
[
CORS-related
errors
](
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors
)
when
errors
](
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors
)
when
connecting to the application portal, make sure to point your browser to the URL
connecting to the application portal, make sure to point your browser to the URL
'http://localhost:3000'.
'http://localhost:3000'.
...
@@ -523,7 +523,7 @@ service redeployment.
...
@@ -523,7 +523,7 @@ service redeployment.
:bulb: You may notice that the backend deployment service is of type
:bulb: You may notice that the backend deployment service is of type
'NodePort': that allows the KinD worker node (IP like '172.x.x.x') to expose a
'NodePort': that allows the KinD worker node (IP like '172.x.x.x') to expose a
port (by default '30080') that shall be forwarded (e.g., via
`socat`
) to the
port (by default '30080') that shall be forwarded (e.g., via
`socat`
) to the
port expected by the frontend ('8000'). :
alert
:
**
Without the port forwarding,
port expected by the frontend ('8000'). :
warning
:
**
Without the port forwarding,
the frontend will not be able to connect to the backend!
**
the frontend will not be able to connect to the backend!
**
Example. After deploying the backend, get the worker node's IP:
Example. After deploying the backend, get the worker node's IP:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment