Skip to content
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

Add example deployment for k8s, update docs #162

Merged
merged 2 commits into from
May 18, 2018
Merged

Conversation

edaniszewski
Copy link
Contributor

@edaniszewski edaniszewski commented May 17, 2018

@timfallmk -- could you glance through this to make sure it all sounds sane for a simple example?

fixes #161

@codecov
Copy link

codecov bot commented May 17, 2018

Codecov Report

Merging #162 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #162   +/-   ##
=======================================
  Coverage   89.82%   89.82%           
=======================================
  Files          41       41           
  Lines        1111     1111           
=======================================
  Hits          998      998           
  Misses        113      113

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4308b77...24bbc24. Read the comment docs.

Copy link
Contributor

@timfallmk timfallmk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I'm not sure we'll want to to complicate the example with the ingress stuff yet, but this should be fine.

Emulator Plugin for [Kubernetes][kubernetes].

## Deployments
As a general note - the Emulator Plugin does not need to be containerized. In
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say "containerized separately" since everything in k8s needs to be in a container.

- a basic understanding of Kubernetes
- an operational Kubernetes cluster
- access to the Kubernetes cluster
- [`kubectl`][kubectl], configured to talk to your cluster
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we mention the cli?

@edaniszewski
Copy link
Contributor Author

thanks! added in your suggestions.

@edaniszewski edaniszewski merged commit bfa6da4 into master May 18, 2018
@edaniszewski edaniszewski deleted the k8s-deploy branch May 18, 2018 20:20
edaniszewski added a commit to edaniszewski/synse-server that referenced this pull request Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation / examples for deploying with kubernetes
2 participants