Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

After creating the project, what should the administrator configure in order for the new software releases to automatically deploy to both environments?

A.

Continue Deployment (CD)

B.

Continue Integration (CI)

C.

Project Secrets

D.

Project ConfigMaps

After loading the NKP bundles to a private registry in an air-gapped environment, a Platform Engineer now needs the Konvoy bootstrap image to create the bootstrap cluster. The Konvoy image has not been loaded into the registry. Which is the most viable command to load the Konvoy bootstrap image on the bastion host?

A.

docker load -i konvoy-bootstrap-image-.tar

B.

docker image tag konvoy-bootstrap-image-.tar version docker.io/konvoy-bootstrap version

C.

nkp push bundle --bundle konvoy-bootstrap-image-.tar --to-registry=

D.

nkp load image -f konvoy-bootstrap-image-.tar --to-registry=

A company has different Kubernetes clusters for different business units. Every business unit has separate Kubernetes clusters for production and development because the software deployed in production is different than development. Now, all production clusters for all business units are standardized and all clusters for development are standardized as well.

The company recently acquired NKP Ultimate licenses for all Kubernetes clusters.

How can the company control the standard configuration for both environments in all clusters (production and development)?

A.

Configure a production workspace and a development workspace and attach each Kubernetes cluster to the corresponding workspace.

B.

Install Flux in every Kubernetes cluster and configure the appropriate kustomize.yaml in every Kubernetes cluster.

C.

Create new Kubernetes clusters for production and development with NKP for every business unit.

D.

Install Flux in every Kubernetes cluster with the appropriate kustomize.yaml, with nkp install flux --kustomize=kustomize.yaml --kubeconfig=.conf

A corporate IT team provides Kubernetes clusters for three groups within the company:

    Fin VD

    Fin Insurance

    Fin TravelThe IT group needs to federate policy for all Kubernetes clusters from a single pane of glass, but separate the Kubernetes clusters according to the group that uses them. How should the IT team license and configure their NKP environment to satisfy these requirements?

A.

NKP Ultimate for fleet management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

B.

NKP Starter for Kubernetes management, creating Kubernetes clusters for every company.

C.

NKP Pro for project management, creating three projects and assigning the corresponding Kubernetes cluster to each project.

D.

NKP Pro for workspace management, creating three workspaces and assigning the corresponding Kubernetes cluster to each workspace.

A company has a new DevOps team that needs to be provided cloud native computing resources. This team will need to have access to multiple NKP clusters for development, testing and validation of an in-house application. However, they also need to be restricted to a specific namespace and a consistent level of access across the clusters within this namespace so that they do not adversely impact the environment of other user groups or the clusters themselves.

As a part of this consideration, the new team also needs to be limited to the amount of storage, CPU and memory they can consume on the clusters. A Platform Engineer has been tasked with providing the appropriate level of access to the team on these multiple NKP clusters.

How should the engineer best accomplish this task?

A.

1.Create an NKP project and assign the NKP clusters to it.

2.Create quotas for the NKP project.

3.Create an NKP group for the DevOps team.

4.Assign that NKP group the proper RBAC roles within that NKP project.

B.

1.Create an NKP workspace and assign the NKP clusters to it.

2.Create quotas for the NKP workspace.

3.Create an NKP group for the DevOps team.

4.Assign that NKP group the proper RBAC roles within that NKP workspace.

C.

1.Create an NKP group for the DevOps team.

2.Assign that NKP group the proper RBAC roles in the NKP UI.

3.Select the export to yaml option once the RBAC role assignment to that NKP group is complete.

4.Apply the exported manifest to each of the NKP clusters using kubectl.

D.

1.Enable Gatekeeper on the NKP clusters.

2.Create an NKP group for the DevOps team.

3.Assign Gatekeeper quota and authorization policies to that NKP group.

During a deployment of NKP, a Platform Engineer received an error indicating an issue with the bootstrap. While troubleshooting with support, the engineer noticed that the KUBECONFIG file was missing. How would the engineer recreate the bootstrap cluster and create a context file named bootstrap-cluster.conf?

A.

nutanix create bootstrap --kubeconfig bootstrap-cluster.conf

B.

kubectl create bootstrap --kubeconfig bootstrap-cluster.conf

C.

nkp create bootstrap --kubeconfig bootstrap-cluster.conf

D.

d2iq create bootstrap --kubeconfig bootstrap-cluster.conf

A company has decided to expand NKP to features that require higher product tiers, like fleet-management and additional infrastructure providers. The company has already obtained the necessary licensing. Which action is required when adding and activating a license from NKP Starter to a higher-tier product?

A.

Contact Nutanix Support.

B.

Ensure that worker nodes are sized appropriately.

C.

Log out and log back in as a Global License Administrator.

D.

Regenerate the ACME-based certificate for NKP.

A Cloud Engineer wishes to attach existing AKS clusters to a newly deployed NKP management cluster.

What should the engineer consider specific to attaching these types of clusters to NKP?

A.

A separate service account should be created for them because their kubeconfig files are not usable out-of-box by NKP Kommander.

B.

AKS does not have the kubelet installed on them. Therefore the KIB-prep process should be performed on each of the nodes in the AKS clusters prior to attaching them.

C.

AKS nodes do not use containerd as its container runtime. Therefore it should be deployed to each of the nodes in the AKS clusters prior to attaching them.

D.

Cert-manager, which is included in NKP, is deployed by default on AKS clusters.

A Platform Engineer needs to utilize the Konvoy Image Builder for building a custom operating system image. This image will be used to deploy clusters on various platforms. The engineer has been tasked with creating an OS image compatible with Konvoy’s requirements. In order to successfully build a compatible image using the Konvoy Image Builder, the engineer needs to ensure that a development environment meets the necessary prerequisites.

Which system is required to create a compatible OS image with the Konvoy Image Builder?

A.

A lambda instance within an AWS account

B.

A virtualized arm64 environment using KVM

C.

A 32-bit Windows machine with a USB connection

D.

An x86_64-based Linux or MacOS Machine

A company has enabled auto-scaling within an NKP cluster. What is the behavior for auto-scaling?

A.

CPU is hot-added or hot-removed from a node.

B.

Memory is hot-added or hot-removed from a node.

C.

The Power-On Status/Mode of a node is changed to meet load conditions.

D.

Nodes will be CAPI-created or CAPI-deleted as needed by the cluster.