…
|
||
---|---|---|
.. | ||
PRODUCT.yaml | ||
README.md | ||
e2e.log | ||
junit_01.xml |
README.md
Setup SKE (Samsung Kubernetes Engine) cluster
SKE allows you to quickly deploy a production ready Kubernetes cluster in Samsung Cloud Platform (SCP). Users can apply for Kubernetes Engine products after setting the cluster details.
To apply for Kubernetes Engine, you need the following products:
- VPC
- Subnets
- File Storage
- Security Groups
To start using Kubernetes Engine services, follow these steps:
- Select a project from the project list in the top menu.
- Click All Products in the side menu.
- Click Networking menu and creart VPC, subnet
- Click Storage menu and create File storage
- Click Secruity Group and create Secruity Group
- Click Kubernetes Engine under containers menu.
Create Control-plane
- Select you project, zone
- Enter Cluster Name, Kubernetes version
- Enter Subnet, File storage, Secutiry Group which created for service
- Click Create after checking the price of the product
Create Node pool
After the control-plane is created, the node pool is added:
- Click Add Node pool
- Enter the desired number of nodes, os type, and CPU, MEMORY, and GPU information etc.
- Get your kubeconfig, enjoy your kubernetes service.
Run Conformance Test
On the new kubernetes cluster run the Conformance tests using the following command :
download latest sonobuoy (https://github.com/vmware-tanzu/sonobuoy/releases/tag/v0.56.16)
$ tar -zxvf sonobuoy_0.56.16_linux_amd64.tar.gz
$ cp sonobuoy /usr/bin/sonobuoy
$ sonobuoy run
Watch Sonobuoy's logs with:
$ kubectl logs -f [[POD_NAME]] -n sonobuoy e2e
Wait for the line no-exit was specified, sonobuoy is now blocking
, and then copy the results using docker cp command