January 2020
Intermediate to advanced
640 pages
16h 56m
English
To create the required namespaces for the deployment, you need to switch to the Chapter10/k8s folder and apply the 01-namespaces.yaml manifest by running the following command:
kubectl apply -f 01-namespaces.yaml
After applying the manifest, the new namespaces should show up when you run kubectl get namespaces. The following screenshot shows a list of the Kubernetes cluster namespaces:

The following steps entail the deployment of our database services, followed by the deployment of the monolithic Links 'R' Us application.