# Kubernetes With Object Storage (EOS) i) Create Object Storage and Kubernetes cluster through my account dashboard. ii) Check the cluster nodes using `kubectl config`. iii) Configure/Install the dependencies of Datashim such as CRDs, SA, etc. using the following command: ```bash kubectl create ns ``` ```bash kubectl apply -f https://raw.githubusercontent.com/datashim-io/datashim/master/release-tools/manifests/dlf.yaml ``` ```bash kubectl wait --for=condition=ready pods -l app.kubernetes.io/name=datashim -n dlf kubectl label namespace default monitor-pods-datasets=enabled ``` iv) Create a new dataset using the below configuration: ```bash cat <