-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds PIAT todos and link to slide deck
- Loading branch information
1 parent
21fc7d5
commit 41a606a
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,12 @@ Change the value of `ip-10-0-0-202.eu-west-1.compute.internal` to whatever the F | |
$ kubectl delete service nginx-service | ||
$ kubectl delete pod nginx | ||
|
||
Todo: | ||
|
||
- to discovery the internal IP, do `kubectl get endpoints` | ||
- ssh into agent where K8S has scheduled the pod and do `hostname` | ||
- to view content on local browser, do `ssh -D 6996 -A [email protected]` and configure SOCKS proxy | ||
|
||
## Further resources | ||
|
||
- https://mesosphere.com/blog/2015/06/21/web-application-analytics-using-docker-and-marathon/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters