Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Add Application metrics Section in User Docs #119

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0fa000b
Remove unused image files
Feb 28, 2019
f13142c
Add an image showing the deployment process
Feb 28, 2019
c635b38
Update the 'deploying an app.' walkthrough
Feb 28, 2019
ada7683
Repeat the `kubectl get secret` command
Mar 1, 2019
e8983da
Tweak titles: clarify references to 'the cluster'
Mar 1, 2019
c247a95
Add applcaition metrics section
sablumiah Mar 1, 2019
c5230e2
add command to check networkpolices
sablumiah Mar 1, 2019
9d76acd
Merge pull request #115 from ministryofjustice/davids-revisions
digitalronin Mar 1, 2019
00ebd3e
Add a 'Cleaning Up' section to the user guide
Mar 1, 2019
a7382c5
Add a section on deleting namespace resources
Mar 4, 2019
b39f05b
Replace '-n' with '--namespace'
Mar 4, 2019
b4ce301
Correct 'fork' to 'branch', in cleanup section
Mar 5, 2019
9f4bfc4
Merge pull request #117 from ministryofjustice/cleanup
digitalronin Mar 5, 2019
9eda36c
Make the document headings consistent
Mar 5, 2019
a0690d3
Explain `kubectl delete --filename` to delete
Mar 5, 2019
28b1726
Merge pull request #122 from ministryofjustice/tweak-cleanup
digitalronin Mar 5, 2019
af513c1
Merge pull request #121 from ministryofjustice/tweak-helloworld-deploy
digitalronin Mar 5, 2019
c76d9d4
Add an example to decode the ECR secrets
colinbruce Mar 1, 2019
d7138cb
Use simpler command for base64 decode example
Mar 6, 2019
d55107e
Remove unnecessary backticks around base64 example
Mar 6, 2019
fab231c
Merge pull request #118 from ministryofjustice/add-secrets-decode-exa…
digitalronin Mar 6, 2019
0dcf561
Add description of https headers for probes
Mar 6, 2019
9e077ce
Remove the exact redirect status code (301)
Mar 6, 2019
7fad301
Merge pull request #124 from ministryofjustice/https-probes
digitalronin Mar 7, 2019
101df98
Amend instructions to git clone via https, not ssh
Mar 7, 2019
6648aaa
Merge pull request #126 from ministryofjustice/tweak-helloworld
digitalronin Mar 8, 2019
c898091
Add instructions on how to contribute to the guide
Mar 8, 2019
74d82e1
Add holding page for multicontainer app. deploy
Mar 4, 2019
2a9ccd0
'Deploying an app' -> 'Deploying applications'
Mar 4, 2019
e754fd9
Change absolute links to relative
Mar 4, 2019
78c4cba
WiP: Add multi-container app. deployment walkthru
Mar 4, 2019
0ba710f
Git ignore .bundle directory
Mar 4, 2019
09be25a
Move RDS section to the top
Mar 4, 2019
745848a
WiP: Describe the kubernetes configuration
Mar 4, 2019
9891e1c
WiP: Add multi-container app. deployment walkthru
Mar 4, 2019
50a5c58
WiP: Describe the kubernetes configuration
Mar 4, 2019
81e3fae
Correct the ordering of build/tag/push steps
Mar 5, 2019
ac6aedf
Mention demo. app. makefile, for build/tag/push
Mar 5, 2019
5eabadd
Encourage the user to view the demo app README
Mar 5, 2019
a262043
Remind user to check docker image names in k8s yml
Mar 5, 2019
6889feb
Warn the user to expect hostname conflicts
Mar 5, 2019
a0b119c
Add deployment instructions
Mar 5, 2019
f444c36
WiP: Add multi-container app. deployment walkthru
Mar 4, 2019
a5510ce
WiP: Describe the kubernetes configuration
Mar 4, 2019
1ef6ee6
WiP: Add multi-container app. deployment walkthru
Mar 4, 2019
7fb80bd
WiP: Describe the kubernetes configuration
Mar 4, 2019
0bb726b
Correct the ordering of build/tag/push steps
Mar 5, 2019
0e99a85
Merge pull request #123 from ministryofjustice/deploy-multi-container…
digitalronin Mar 8, 2019
294c0d7
Merge pull request #127 from ministryofjustice/add-link-to-repo
digitalronin Mar 8, 2019
4e7f0a4
Add a deprecation warning for the live-0 cluster
Mar 11, 2019
32b7355
Removed extra "s" from #ask-cloud-platform slack channel name.
AntonyBishop Mar 11, 2019
13b56be
Correct 'availability zone' to 'region'
Mar 11, 2019
2a5f5e9
Merge branch 'live0-deprecation-notice' of github.com:ministryofjusti…
Mar 11, 2019
07dcd22
Merge pull request #130 from ministryofjustice/live0-deprecation-notice
digitalronin Mar 11, 2019
2a0b41e
Add applcaition metrics section
sablumiah Mar 1, 2019
a6d86df
add command to check networkpolices
sablumiah Mar 1, 2019
d8083a8
Move applcaition metrics section to its own page
sablumiah Mar 11, 2019
0e552d5
Merge branch 'applicationmetrics' of github.com:ministryofjustice/clo…
sablumiah Mar 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.DS_Store
.jekyll-metadata
.bundle
5 changes: 5 additions & 0 deletions 01-getting-started/003-ecr-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ kubectl -n <namespace_name> get secret example-team-ecr-credentials-output -o ya

The values in kubernetes `Secrets` are always `base64` encoded so you will have to decode them before you can use them outside kubernetes. Inside the cluster, the nodes already have access to the ECR so you don't need to make any changes.

This can be done at the command line using the following:
```
echo QWxhZGRpbjpvcGVuIHNlc2FtZQ== | base64 --decode; echo
```

### Setting up CircleCI
In your CircleCI project, go to the settings (the cog icon) and select 'AWS Permissions' from the left hand menu. Fill in the IAM credentials and CircleCI will be able to use ECR images. For more information please see [the official docs](https://circleci.com/docs/2.0/private-images/).

Expand Down
197 changes: 0 additions & 197 deletions 02-deploying-an-app/001-app-deploy.md

This file was deleted.

Loading