PalmInfrastructure

33min



General Infrastructure and Services Overview:

Description of the infrastructure setup, including Kubernetes on EKS.

Our infrastructure is built upon the foundation of Kubernetes running on Amazon Elastic Kubernetes Service (EKS). Kubernetes serves as the orchestrator for our containerized applications, providing a robust and scalable platform for deployment, management, and scaling of our microservices architecture.

Kubernetes on EKS:

Amazon EKS simplifies the process of deploying, managing, and scaling Kubernetes clusters in the AWS cloud. Leveraging EKS, we benefit from Amazon's managed Kubernetes service, which handles the underlying infrastructure management tasks, such as server provisioning, patching, and maintenance, allowing us to focus on deploying and managing our applications.

Key Features and Benefits:

  • Scalability: EKS seamlessly scales our Kubernetes clusters to accommodate varying workload demands, ensuring high availability and performance.
  • Reliability: EKS provides a highly available control plane across multiple AWS availability zones, enhancing the resilience of our Kubernetes clusters.
  • Integration: EKS integrates seamlessly with other AWS services, enabling us to leverage a wide range of AWS features and services within our Kubernetes environment.m

Communication mechanisms between services.

In our architecture, communication between services is crucial for enabling seamless interaction and data exchange. We utilize various communication mechanisms to facilitate communication and collaboration between different components of our system.

  1. Messaging Queue with RabbitMQ: Palmdao and Palmvalidator microservices communicate with each other using RabbitMQ, a robust messaging queue system. RabbitMQ enables asynchronous communication between services, facilitating decoupling and scalability. Both Palmdao and Palmvalidator are scalable, allowing them to handle varying workloads efficiently.
  2. Data Storage and Retrieval with MongoDB: Palmdao writes information to MongoDB, serving as the primary data store for our application. MongoDB provides a flexible and scalable NoSQL database solution, enabling Palmdao to store and retrieve data efficiently.
  3. PalmValidator-Discord service: PalmValidator-Discord is a service dedicated to verifying Discord accounts. Unlike Palmdao and Palmvalidator, Palmvalidator-Discord does not scale horizontally and remains as a single instance. 
  4. Metrics Retrieval with PalmPlatformMetrics: PalmPlatformMetrics is responsible for retrieving metrics from MongoDB related to platform usage and user activity. It connects to MongoDB to gather relevant metrics, which are then utilized by Grafana for visualization and analysis. This service contributes to monitoring and analyzing platform performance and user engagement.



Document image


Scalability considerations.

Scalability is a fundamental aspect of our infrastructure design, ensuring that our system can efficiently handle varying workload demands and accommodate growth without compromising performance or reliability. We employ several key strategies to achieve scalability within our Kubernetes environment:

  1. Horizontal Pod Autoscaling (HPA): Horizontal Pod Autoscaler (HPA) dynamically adjusts the number of replicas for our microservices based on observed CPU utilization or other custom metrics. This automatic scaling capability allows our system to respond dynamically to changes in workload demand, ensuring optimal resource utilization and maintaining consistent performance under varying loads.
  2. Efficient Resource Allocation: We carefully allocate resources such as CPU and memory to our microservices based on their individual requirements and performance characteristics. By rightsizing resource requests and limits, we ensure efficient utilization of underlying infrastructure resources, maximizing scalability and minimizing resource contention.
  3. Stateless Architecture: Embracing a stateless architecture for our microservices enables horizontal scaling by allowing multiple instances of the same service to handle incoming requests independently. Stateless services facilitate easy deployment and scaling, as new instances can be added or removed dynamically without impacting overall system functionality.
  4. Load Balancing: Load balancing distributes incoming traffic across multiple instances of our microservices, ensuring optimal utilization of resources and preventing any single instance from becoming overwhelmed. By employing load balancing techniques, we enhance scalability and fault tolerance, enabling our system to handle increased traffic seamlessly.

Horizontal Pod Autoscaler (HPA) Manifest Snippet:

YAML


Brief rationale behind the chosen architecture.

Our architecture is meticulously crafted to optimize scalability, resilience, automation, and ease of management, leveraging a blend of cutting-edge technologies and best practices. Here's a succinct explanation of why we chose this architecture:

  1. Microservices Architecture: We embraced a microservices architecture to foster agility and scalability. By breaking down our application into smaller, modular services, we enable independent development, deployment, and scaling, facilitating faster iteration and innovation.
  2. Kubernetes Orchestration: Kubernetes serves as the backbone of our infrastructure, providing robust container orchestration capabilities. With Kubernetes on EKS, we benefit from a managed environment that automates cluster management, scaling, and updates, allowing us to focus on building and deploying resilient applications.
  3. CI/CD Pipelines with GitHub Actions: Integration with GitHub repositories and CI/CD pipelines using GitHub Actions streamlines our development and deployment workflows. Automated testing, builds, and deployments ensure rapid and reliable delivery of changes to production, enhancing developer productivity and software quality.
  4. Infrastructure Management with GitOps: We adopted a GitOps approach for managing our Kubernetes configurations and deployments. ArgoCD, a GitOps continuous delivery tool, automates the deployment process by synchronizing desired state configurations stored in Git repositories with the actual state of our Kubernetes clusters, ensuring consistency and reliability.
  5. High Availability and Disaster Recovery: Our architecture prioritizes high availability and disaster recovery. Services such as RabbitMQ and MongoDB are deployed as replica sets with multiple instances to withstand failures. Additionally, robust backup and failover procedures are in place to mitigate the impact of catastrophic events and ensure business continuity.
  6. Monitoring and Alerting: Comprehensive monitoring tools, including Grafana, Prometheus, and Loki, provide real-time visibility into the health and performance of our infrastructure and applications. Uptimekuma enhances proactive monitoring with alerting capabilities via Telegram, enabling timely response to incidents and performance anomalies.
  7. Security and Secrets Management: Security is ingrained into our architecture from the ground up. External Secrets, integrated with AWS Secrets Manager, centralize and secure the management of sensitive data and credentials within our Kubernetes environment, reducing the risk of exposure and unauthorized access.
  8. Disaster Recovery Document:

Overview of disaster recovery strategies.

Risk Assessment and Business Impact Analysis:

This section focuses on conducting a comprehensive risk assessment and business impact analysis, identifying potential threats and their potential impact on business operations. It evaluates the likelihood and severity of various disaster scenarios, such as natural disasters, cyber-attacks, or system failures, and assesses their potential consequences on critical business functions and services. By understanding the risks and their potential impact, organizations can prioritize resources and develop effective disaster recovery strategies to mitigate these risks and ensure business continuity.

Backup and Data Protection:

In this section, the focus is on implementing backup and data protection measures to safeguard critical data and ensure its availability in the event of a disaster. It includes strategies for regular data backups, off-site storage, and encryption to protect data integrity and confidentiality. By establishing robust backup and data protection mechanisms, organizations can minimize the risk of data loss and expedite recovery efforts in the event of a disaster.

High Availability Architecture:

This section elaborates on the implementation of high availability architecture to ensure continuous operation and resilience in the face of disruptions. It includes deploying services as replica sets with redundant components, such as load balancers and failover mechanisms, to maintain service availability and data durability. By leveraging high availability architecture, organizations can minimize downtime and ensure uninterrupted access to critical services during disasters.

Disaster Recovery Planning and Testing:

Here, the focus is on developing comprehensive disaster recovery plans and conducting regular testing exercises to validate their effectiveness. It involves defining roles and responsibilities, establishing communication protocols, and documenting step-by-step procedures for disaster response and recovery. Regular testing ensures that recovery procedures are up-to-date and that personnel are prepared to execute them effectively during emergencies.

Failover and Redundancy:

This section emphasizes the importance of failover and redundancy mechanisms in ensuring continuous operation and minimizing service disruptions. It includes configuring redundant components, such as servers, networks, and data centers, to automatically take over operations in the event of a failure. By implementing failover and redundancy strategies, organizations can mitigate the impact of hardware or software failures and maintain service availability during disasters.

Cloud-Based Disaster Recovery:

Here, the focus is on leveraging cloud-based disaster recovery solutions to enhance resilience and flexibility. It includes utilizing cloud infrastructure and services for data backup, replication, and recovery, as well as implementing disaster recovery as a service (DRaaS) solutions for rapid recovery and scalability. By embracing cloud-based disaster recovery, organizations can achieve cost-effective and scalable disaster recovery capabilities while minimizing infrastructure complexity.

Incident Response and Communication:

This section highlights the importance of establishing effective incident response procedures and communication channels to coordinate response efforts and ensure timely notifications during disasters. It includes defining incident response teams, establishing escalation paths, and implementing communication tools and protocols for notifying stakeholders and coordinating response activities. By fostering a proactive incident response culture and maintaining open communication channels, organizations can minimize the impact of disasters and expedite recovery efforts.

Specific disaster scenarios and their potential impact.

While our platform is designed with resilience and redundancy in mind, it's crucial to anticipate and prepare for potential disaster scenarios that could impact the availability, integrity, and security of our services. Below, we outline specific disaster scenarios and their potential impact on our platform:

  1. Infrastructure Outage: Potential Impact: An infrastructure outage, whether due to hardware failure, network issues, or cloud provider downtime, could lead to service disruptions and downtime for our platform. This could impact user access, disrupt business operations, and lead to potential revenue loss.
  2. Natural Disaster: Potential Impact: Natural disasters such as earthquakes, hurricanes, or floods could physically damage data centers or disrupt network connectivity. This could result in prolonged service outages, data loss, and financial repercussions for our organization.
  3. Cyberattack: Potential Impact: A cyberattack, such as a distributed denial-of-service (DDoS) attack or ransomware infection, could disrupt service availability, compromise data integrity, and lead to financial extortion or data theft. Recovery efforts could be time-consuming and costly.
  4. Cloud Provider Outage: Potential Impact: A cloud provider outage, affecting services or regions where our infrastructure is hosted, could result in widespread service disruptions and data unavailability. This could impact our ability to serve customers and fulfill business obligations.
  5. Software or Configuration Error: Potential Impact: Human error, software bugs, or misconfigurations could lead to unintended consequences such as service downtime, data corruption, or security vulnerabilities. Rapid identification and mitigation of such errors are essential to minimizing their impact on our platform.
  6. Third-Party Service Outage: Potential Impact: Dependency on third-party services such as payment gateways, APIs, or external integrations introduces the risk of service outages or disruptions. This could impact the functionality of our platform and impair user experience.
  7. Loss of Key Personnel: Potential Impact: Loss of key personnel due to illness, resignation, or unforeseen circumstances could disrupt operations, hinder decision-making processes, and impact the continuity of our platform's development and support.

Mitigation and Recovery Strategies:

To mitigate the impact of these disaster scenarios and ensure the resilience of our platform, we implement a comprehensive set of mitigation and recovery strategies, including:

  • Implementing Robust Backup and Recovery Mechanisms:
    • Regularly backing up critical data stored in MongoDB to both Kubernetes Persistent Volume Claims (PVCs) and Amazon S3 for comprehensive data protection and redundancy.
    • Utilizing automated backup and recovery solutions to minimize data loss and expedite recovery in the event of a disaster.
  • Enhancing Network and Infrastructure Security Measures:
    • In addition to the robust disaster recovery strategies outlined, we further strengthen our network and infrastructure security measures to safeguard against potential threats and vulnerabilities.
  • Implementing Stringent Network Security Controls:
    • We implement stringent network security controls to fortify our infrastructure against unauthorized access and potential data breaches. This includes deploying firewalls, implementing network segmentation strategies, and utilizing encryption protocols to protect sensitive data in transit and at rest. These measures ensure that only authorized entities can access our network resources and data, reducing the risk of security incidents and data compromise.
  • Employing AWS ALBs for Traffic Distribution:
    • We leverage AWS Application Load Balancers (ALBs) to efficiently distribute incoming traffic across multiple availability zones. By distributing traffic in this manner, we enhance the resilience of our infrastructure against Distributed Denial of Service (DDoS) attacks and ensure the high availability of our services. Additionally, ALBs provide advanced features such as Web Application Firewall (WAF) and Web ACL (Access Control List), which allow us to implement additional security measures to protect against common web-based attacks and unauthorized access attempts.
  • Monitoring for Suspicious Activities and Implementing Threat Detection Mechanisms:
    • Utilizing advanced monitoring and logging tools, such as Prometheus, Grafana, and AWS CloudWatch, to continuously monitor system performance, detect anomalies, and identify potential security threats.
    • Implementing intrusion detection systems and security information and event management (SIEM) solutions to proactively identify and respond to security incidents in real-time.
  • Diversifying Infrastructure Across Multiple Regions or Cloud Providers:
    • Deploying Kubernetes clusters with nodes distributed across different availability zones within AWS regions to minimize the impact of localized outages or infrastructure failures.
    • Considering multi-cloud strategies to further diversify infrastructure and reduce the risk of service disruptions caused by cloud provider-specific issues or regional outages.
  • Conducting Regular Security Audits and Vulnerability Assessments:
    • Leveraging tools like Snyk for vulnerability assessment to proactively identify and remediate security vulnerabilities in software dependencies and container images.
    • Performing regular security audits and penetration testing exercises to evaluate the effectiveness of existing security controls and identify areas for improvement.
  • Providing Training and Awareness Programs for Employees to Prevent Human Error:
    • Conducting regular security awareness training sessions to educate employees about best practices for data security, password hygiene, and phishing awareness.
    • Establishing clear security policies and procedures, and enforcing role-based access controls to minimize the risk of human error and insider threats.

By proactively identifying potential disaster scenarios and implementing appropriate mitigation and recovery strategies, we aim to minimize the impact on our platform and ensure the continued delivery of reliable and secure services to our users.

GitHub Repositories

Utilization of GitHub Actions for CI.

In our CI (Continuous Integration) workflow, we leverage GitHub Actions to automate the deployment of Docker images to AWS ECR (Elastic Container Registry) and manage the configuration of Kubernetes resources using Helm charts. This streamlined process ensures the efficient and reliable delivery of our applications while maintaining consistency across different environments.

Deployment Workflow Overview:

  1. Building and Pushing Docker Images: GitHub Actions orchestrates the build process for Docker images defined in our application repositories. Upon successful build completion, GitHub Actions tags the Docker images with a version identifier concatenated with today's date (e.g., 1.2.3-2024-02-28) and pushes them to AWS ECR.
  2. Configuration Management with Helm Charts: After Docker images are pushed to AWS ECR, the CI process initiates a workflow to manage the configuration of Kubernetes resources using Helm charts stored in a private GitHub repository called PalmTemplates. This repository is authenticated using a private SSH key.
  3. Dynamic Values Configuration: Inside the PalmTemplates repository, we maintain Helm templates for each application, along with corresponding values files for different environments (e.g., values-dev.yaml, values-stg.yaml, values-prod.yaml). These values files define configuration parameters such as image tags, environment-specific settings, and resource allocations.
  4. Updating Image Tags: The CI process dynamically updates the image tag value in the appropriate values file to match the newly tagged Docker image pushed to AWS ECR. This ensures that Kubernetes resources reference the latest version of the application image.
  5. Deployment Trigger with ArgoCD: ArgoCD, configured within our Kubernetes cluster, continuously monitors the PalmTemplates repository for changes. Upon detecting a change, specifically a version update in the Helm values files, ArgoCD initiates a new deployment of the corresponding application with the updated Docker image.

Below is an example workflow illustrating the process for the development environment:



Document image


This visual representation outlines the automated steps involved in deploying application updates and configurations within the development (Dev) environment.

RabbitMQ and MongoDB

In our infrastructure, we utilize the concept of replica sets to ensure high availability and fault tolerance for critical components such as RabbitMQ and MongoDB. By deploying these services as replica sets with three replicas each, we enhance resilience and mitigate the risk of service disruptions or data loss.

RabbitMQ Replica Set

RabbitMQ, as a message queue system central to our architecture, is deployed as a replica set with three replicas. This configuration ensures that even if one replica becomes unavailable due to hardware failure or maintenance, the remaining replicas can continue to process messages seamlessly, thereby maintaining uninterrupted communication between microservices.

Additionally, RabbitMQ is configured with a high availability policy, ensuring that messages are replicated across all replicas in real-time. This policy guarantees that even in the event of a node failure, messages remain accessible and processing can continue without interruption.



Document image


MongoDB Replica Set

MongoDB, serving as the primary data store for our applications, is deployed as a replica set with three replicas. This architecture provides data redundancy and automatic failover capabilities, ensuring data integrity and high availability even in the event of node failures or network partitions.

In our MongoDB replica set configuration, three replicas are deployed: one primary replica and two secondary replicas. The primary replica serves as the primary node for read and write operations, while the secondary replicas act as backups, keeping synchronized copies of the data.

MongoDB replica sets are equipped with automatic failover mechanisms. In the event of a primary replica failure or unresponsiveness, MongoDB automatically initiates a failover process. During failover, one of the secondary replicas is elected as the new primary replica, ensuring seamless continuity of operations without manual intervention.

Microservices within our architecture connect to the MongoDB replica set using a connection string that specifies all members of the replica set. This connection string typically includes the hostnames or IP addresses of all replicas along with the replica set name. Microservices use this connection string to establish connections to the replica set, allowing them to perform read and write operations against the primary replica and read operations from secondary replicas.

MongoDB replica sets ensure data consistency across replicas through replication. Write operations performed on the primary replica are replicated to secondary replicas in real-time, ensuring that all replicas maintain synchronized copies of the data. This replication process employs the oplog (operation log) to capture and replicate write operations, maintaining consistency across the entire replica set.

By deploying MongoDB as a replica set with three replicas, we achieve several benefits:

High Availability: The presence of multiple replicas ensures that even if one or more replicas become unavailable, the remaining replicas can continue serving read and write requests, minimizing downtime and ensuring high availability of data.

Automatic Failover: The automatic failover mechanism ensures continuous availability of the database in the event of primary replica failure, reducing the need for manual intervention and minimizing service disruptions.

Data Redundancy: Data redundancy provided by replica sets ensures that multiple copies of data are available across replicas, reducing the risk of data loss and enhancing data resilience in the face of failures.



Document image


By implementing RabbitMQ and MongoDB as replica sets with three replicas each, we establish a resilient foundation for our infrastructure, capable of withstanding failures and maintaining consistent service availability. These replica sets play a critical role in ensuring the reliability and scalability of our applications, enabling seamless operation and data integrity in the face of various challenges.

MongoDB Backup Microservice

Backup Mechanism to Kubernetes Persistent Volume Claim (PVC) and Historical Backup to S3:

In our infrastructure, we have implemented a comprehensive backup solution that ensures the integrity and availability of our data. This solution consists of two primary components: backup to Kubernetes Persistent Volume Claim (PVC) for real-time data protection and historical backup to Amazon S3 for long-term retention and archival purposes.

Backup to Kubernetes Persistent Volume Claim (PVC):

For real-time data protection and recovery within our Kubernetes environment, we leverage a backup mechanism that utilizes Kubernetes Persistent Volume Claims (PVCs). This approach involves taking periodic snapshots of data stored within PVCs associated with MongoDB. These snapshots are then stored locally within the Kubernetes cluster, providing an efficient and scalable backup solution that ensures minimal data loss and rapid recovery in the event of failures or data corruption.

Historical Backup to Amazon S3:

In addition to real-time backups to PVCs, we implement historical backup to Amazon S3 for long-term data retention and archival purposes. This involves regularly transferring backup data from Kubernetes PVC snapshots to Amazon S3 buckets, where it is stored securely and durably. By leveraging the scalability and cost-effectiveness of Amazon S3, we ensure that historical backup data is preserved and accessible for extended periods, meeting compliance requirements and enabling disaster recovery scenarios.

Deployment Manifest Snippet:

YAML


Uptimekuma and Telegram Alerts

To ensure continuous monitoring of our infrastructure and timely response to potential issues, we utilize Uptimekuma in conjunction with Telegram alerts.

Configuration and activation of alerts.

We have configured Uptimekuma to monitor the availability and performance of our critical services and applications. Uptimekuma periodically checks the status of these services and reports any instances of downtime or errors. Additionally, we have set up a dedicated status site (status.palmdao.app) that provides real-time updates on the status of our principal services within the cluster. This status site serves as a centralized dashboard for monitoring service availability and performance metrics.

status.palmdao.app
status.palmdao.app


In the event of any anomalies or errors detected by Uptimekuma, automated alerts are triggered and sent to our notifications channel on Telegram. These alerts provide instant notifications to our operations team, enabling them to promptly investigate and address any issues that may arise. By leveraging Telegram alerts, we ensure that potential disruptions are swiftly identified and resolved, minimizing the impact on our users and maintaining the reliability of our services.

Document image


External Secrets and AWS Secrets Manager

Management of environment variables within Kubernetes microservices.

In our architecture, the management of sensitive environment variables within Kubernetes microservices is a critical aspect of ensuring the security and integrity of our applications. We employ External Secrets, coupled with AWS Secrets Manager, to securely store and retrieve sensitive information such as credentials, API keys, and other configuration parameters.

  • External Secrets Integration: External Secrets is a Kubernetes operator that enables the automatic provisioning of Kubernetes secrets from external secret management systems such as AWS Secrets Manager. By integrating External Secrets into our Kubernetes clusters, we centralize the management of sensitive data and simplify the process of injecting secrets into our microservices.
  • AWS Secrets Manager: AWS Secrets Manager serves as the centralized repository for storing and managing our application secrets. It provides robust security features such as encryption at rest and in transit, fine-grained access control, and automatic rotation of secrets, ensuring that sensitive data remains protected throughout its lifecycle.
  • Secure Secret Retrieval: External Secrets retrieves secrets from AWS Secrets Manager and injects them into Kubernetes secrets, which are then mounted as environment variables within our microservices' containers. This approach ensures that sensitive information is never exposed directly in Kubernetes manifests or configuration files, reducing the risk of accidental exposure or unauthorized access.
  • Granular Access Control: Access to secrets stored in AWS Secrets Manager is tightly controlled using AWS Identity and Access Management (IAM) policies. We define granular permissions to restrict access to only authorized entities, such as Kubernetes service accounts, ensuring that sensitive data is accessible only to those with the appropriate permissions.

Below is a simplified graphical representation illustrating the workflow of External Secrets with AWS Secrets Manager:

Document image

YAML


In this code snippet, we define a Kubernetes deployment configuration for secret retrieval. The "palm" secret, referenced within the deployment, enables the seamless integration of External Secrets, retrieving key-value pairs for each environment variable securely stored within AWS Secrets Manager. This ensures that sensitive data, such as credentials and configuration parameters, remains protected throughout the deployment process.

Additionally, the deployment configuration ensures that each environment variable retrieved from the "palm" secret is securely injected as an environment variable within the respective microservice's container. This approach shields sensitive information from direct exposure in Kubernetes manifests or configuration files, thereby enhancing the security posture of our application.

By leveraging External Secrets in conjunction with Kubernetes deployments, we streamline the management of sensitive data, centralize access control, and fortify the security of our microservices architecture.

Monitoring and Logging Stack

Utilization of Grafana, Loki, and Prometheus for Metric Visualization and Log Analysis:

In our infrastructure, we rely on Grafana, Loki, and Prometheus as integral components for metric visualization and log analysis. This powerful combination empowers us to gain valuable insights into the performance, health, and behavior of our applications and infrastructure components.

Grafana:

Grafana stands as our primary dashboarding and visualization platform. It offers a user-friendly interface for monitoring and analyzing metrics, allowing us to create customizable dashboards that aggregate data from various sources. With Grafana's extensive library of plugins and integrations, we visualize key performance indicators (KPIs), system metrics, and application-specific metrics in diverse formats, ranging from simple line charts to complex heatmaps and histograms. Additionally, we showcase Palm services logs on Grafana dashboards, alongside metrics such as memory usage and pod metrics, providing a comprehensive view of our application's health and performance.

Document image

Document image

Document image

PalmPlatformMetrics on Grafana
PalmPlatformMetrics on Grafana


Loki:

Loki serves as our preferred log aggregation and querying system, specifically designed for cloud-native environments. By ingesting logs from microservices, containers, and

infrastructure components, Loki provides a centralized repository for log data storage and analysis. Its efficient indexing mechanism and Prometheus-inspired query language enable us to quickly search, filter, and analyze logs, facilitating troubleshooting, anomaly investigation, and system behavior insights.

Prometheus:

Prometheus acts as our monitoring and alerting toolkit, collecting time-series data from various sources, including application metrics, system metrics, and custom exporters. Its powerful querying language, PromQL, enables ad-hoc analysis and the creation of alerting rules based on predefined thresholds or complex conditions. Integrating Prometheus with Grafana allows us to build dynamic dashboards that combine metrics from Prometheus with other data sources, facilitating comprehensive monitoring and analysis.

Integration of Prometheus with ArgoCD To incorporate Prometheus into our infrastructure, we import the Prometheus Helm chart into ArgoCD. Below is a snippet showcasing how we configure Prometheus for alerting:

YAML


Integration of Promtail and Loki for Log Shipping Promtail, along with Loki, is integrated into our logging pipeline to efficiently collect and ship logs from various sources to Loki for centralized storage and analysis. Below is a snippet demonstrating how we install and configure Promtail and Loki using ArgoCD:

YAML


Kube-state Metrics:

We utilize kube-state metrics for Kubernetes metric collection, providing insights into the state and health of our Kubernetes clusters. Below is a snippet demonstrating how we integrate kube-state metrics into ArgoCD for streamlined monitoring and management of Kubernetes resources:

YAML


This snippet illustrates how we define an ArgoCD application resource to deploy and manage kube-state-metrics within our Kubernetes clusters, enabling seamless integration of Kubernetes metric collection into our monitoring stack.



Updated 29 Feb 2024
Doc contributor
Did this page help you?