Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Is there any place where I can find the UML representation of Kubernetes Templatesand constructs - Pod, ReplicaSet, Job etc.
There is few diagrams you can find.
For example how does the Container Deployment work:
How does the Kubernetes Object work:
How does the architecture work:
I also do recommend reading Kubernetes in three diagrams by Tsuyoshi Ushio and Getting Started With Kubernetes.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 12 months ago.
Improve this question
Is there any documentation or examples how to work with /views/search/sync in Graylog 3.2? The Model Schema is not really self explanotary and https://docs.graylog.org/en/3.0/pages/configuration/rest_api.html also not really helpful. I know that /search/universal/relative exists, but I’d like to test new methods.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
is there some good tutorial where I can follow, is there a good tutorial for better understanding, the ones I find i just create the pod and them publish, there is no implementation for me start to develop my own
This is a poorly formed question... But if you're asking how to use podfiles, this video works great: https://www.youtube.com/watch?v=MuMZZtQpB6Y
If you're trying to make a podfile, here you are: https://guides.cocoapods.org/making/making-a-cocoapod.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for a tool that will present a microservices diagram from a YAML file or create a file that I can import into something like Visio.
How about converting to JSON first with something like https://codebeautify.org/yaml-to-json-xml-csv
and then use json-to-plantuml. You can test the output with http://plantuml.com/. I don't think there is a silver bullet so you might have to tweak the output to get what you want.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
All is in the title: Is RKE (from Rancher) production ready?
I tried to google it without success.
And is there any best practices to set up a production cluster with it?
Thanks for your help.
This question is rather hard to answer without knowing your acceptance criteria. What is production readiness from your point of view?
High availability? Can be achived
(Enterprise) Customer Support? Can be requested
Are you concerned about the conformance of the k8s deployment through rke? Check https://www.cncf.io/certification/software-conformance/ - Rancher is listed there.
Maybe give https://github.com/heptio/sonobuoy a try.
Cheers
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I was wondering. Is there an app for designing server farm layouts? I know that this can be achieved using UML designer apps or Visio but I was looking for something more specialised on this particular part of a startup deployment. An app for designing the relationships between servers and their scopes would be very helpful.
Any suggestions?
Thanks!