Skip to main content

Cluster Logs

Atmosly enables comprehensive monitoring of activities within your organization through its logs section. This feature offers a detailed overview of what is happening at each creation stage, answering the critical questions of "who did what, where, and when?"

The Cluster Logs demonstrate the initialization and configuration process of a Kubernetes cluster on AWS, including:

➤  Terraform Initialization: Shows the setup of backend resources and provider plugins necessary for deploying infrastructure as code.
➤  VPC and Subnet Configuration: Details the creation of a Virtual Private Cloud (VPC) and subnets, which are crucial for network isolation and security.
➤  IAM Roles and Policies: Lists the creation of IAM roles and policies for secure access control to AWS services.
➤  Security Group Setup: Displays the configuration of security groups, which act as virtual firewalls to control inbound and outbound traffic to cluster resources.
➤  EKS Cluster Creation: Indicates the creation of an EKS cluster, including settings for public access, logging, and the Kubernetes version.
➤  Node Group Configuration: Shows the setup of a managed node group, including instance types, scaling configurations, and security settings.
➤  Encryption with KMS: Highlights the use of AWS Key Management Service (KMS) for encrypting Kubernetes secrets, and enhancing data security.

To access cluster logs, navigate to -

  1. Cluster list and the concerned cluster for which you want to see the logs for.
  2. Navigate to the Logs section from the left menu.
Description of the image