-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add deploying with kubernetes guide #70
base: trunk
Are you sure you want to change the base?
Conversation
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com> Signed-off-by: rickyholland <rickyholland@hotmail.co.uk>
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com> Signed-off-by: rickyholland <rickyholland@hotmail.co.uk>
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com> Signed-off-by: rickyholland <rickyholland@hotmail.co.uk>
Signed-off-by: rickyholland <rickyholland@hotmail.co.uk>
3a5dee5
to
5e6dc5e
Compare
|
||
**Prerequisites** | ||
|
||
As this document is focused upon deploying MailChimp Open Commerce, using Helm, some working knowledge of your chosen cloud provider and Kubernetes is required. For example, you will need a cloud hosted Kubernetes environment, and relevant administration/deployment permissions to said environment, before being able to proceed with the below. You will also need **kubectl** installed and configured to proceed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
focused on upon
|
||
**Prerequisites** | ||
|
||
As this document is focused upon deploying MailChimp Open Commerce, using Helm, some working knowledge of your chosen cloud provider and Kubernetes is required. For example, you will need a cloud hosted Kubernetes environment, and relevant administration/deployment permissions to said environment, before being able to proceed with the below. You will also need **kubectl** installed and configured to proceed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we link out to kubectl?
|
||
As this document is focused upon deploying MailChimp Open Commerce, using Helm, some working knowledge of your chosen cloud provider and Kubernetes is required. For example, you will need a cloud hosted Kubernetes environment, and relevant administration/deployment permissions to said environment, before being able to proceed with the below. You will also need **kubectl** installed and configured to proceed. | ||
|
||
This documentation has been written for and tested on Linux specifically, but all the included tools and components are also available for other operating systems such as Windows and Mac. Please consult each components/tools bespoke documentation for guidance regarding non-Linux installation and configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any point asking for a PR to these docs here if someone on a different OS finds a different step or tweak to a step is needed?
Signed-off-by: Brent Hoover brent@thebuddhalodge.com