Edit me

This document serves as a comprehensive guide, walking you through the setup and deployment procedures, guaranteeing seamless integration with the nOps platform to enhance operational efficiency.The nOps Kubernetes Agent (nops-k8s-agent) plays a vital role in streamlining cloud infrastructure management.Its purpose is to:

1) Gather metadata from Kubernetes clusters.

2) Safely transmit this information to an Amazon S3 bucket.This functionality empowers the nOps platform to:1) Analyze the accumulated data. 3) Offer actionable insights for optimizing costs and managing resources.

Prerequisites

1) You must have an active nOps account. If you do not have one, please register on the nOps website.2. Make sure you have access to a Kubernetes cluster (recommended version v1.23.6 or later) to deploy the agent.

Steps to Configure nOps Kubernetes Agent

  1. Go to Organization setting > Integrations > Container cost Tab
  2. Select the AWS account you want to set up k8s cost agent.
  3. Click on Setup button.
  4. You will be redirected to the AWS console > cloud formation stack page. (make sure you are already logged into AWS account in the same browser tab).

  1. Create a stack.
  2. Return to nOps platform and check the status. 

  1. As soon as the status is showing “configured” click on Generate script button.

  2. Copy the script to any application like , notepad. 
  3. On AWS cloud formation page , go to output and copy user name.
  4. Redirect to the IAM users page and find your user name.
  5. follow the steps to create access key. 
  6. Copy Access ID and Key and paste it into generated script.
  7. Again , Go back to AWS console and open your eks cluster to copy the cluster ARN and paste it in the same generated script and save the file.
  8. Change the permissions of the file and make it an executable one. 

To change the permission of that, you run:Chmod +x script_name.sh And to execute:./script_name.sh

  1. Run the Generated script file into terminal to configure the agent as shown below.

After successfully configuration, you gain complete visibility into your workloads, tailored to your preferred level of detail. While your EKS expenditure typically remains opaque, pinpointing cloud inefficiencies can be a challenge. nOps streamlines this process by automatically detecting wastage through CPU and memory metrics, empowering you to optimize resources and realize immediate cost savings.

Back to top       Home