J.Woo
J.Woo

Reputation: 417

how to write a kubernetes manifest file cause there is no details to explan the parameters?

I deployed kubernetes 1.5 cluster on the aws, when I want to deploy a LNMP stack on the k8s cluster, but I find that it's difficult to wirte the manifest file, I can't find any examples on k8s official docs. so ,is there any detailed list of manifest parameters and also explan what the parameters meanings?

sorry for my poor english, hope somebody can help me ,thx

Upvotes: 10

Views: 7314

Answers (1)

svenwltr
svenwltr

Reputation: 18432

There is a full reference on their website:

Unfortunately this is hard to read for a beginner. Also, there are many examples on the GitHub repo:

Upvotes: 10

Related Questions