To synthesize the material covered in this lesson, you will deploy your own Instance of Immuta on a Single Docker Node or Kubernetes.
Note: You must be using a supported Linux environment to complete the tutorial below. If you’re not, simply read the Immuta documentation and corresponding resources for a Docker installation.
To complete a Single Node Docker installation of Immuta, follow the tutorial in Chapter 1 of Immuta’s documentation.
To understand the Kubernetes deployment, this section comprises two activities:
Before viewing the video, read Immuta’s Installation Prerequisites and Kubernetes Installation documentation and consider the following questions:
In the working session video below, an Immuta engineer leads a local deployment of Immuta using Kubernetes.
Because of variables and “unknowns” in customer environments (unlike in isolated environments, such as local installations of Immuta), you may have to troubleshoot challenges you encounter. Below is an outline of resources and common commands to help you navigate the troubleshooting facet of an installation.
docker info
to discover useful information about the customer’s setupErrImagePull
.kubectl get secrets
to confirm your Kubernetes image pull secret is in placekubectl get pods
kubectl logs <container> -p