Deploy to Kubernetes using Github Actions (including Slack notification)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • configure-aws-credentials

    Configure AWS credential environment variables for use in other GitHub Actions.

  • AWS_ACCESS_KEY_ID | AWS_SECRET_ACCESS_KEY: used in configure aws credentials action

  • kubectl-aws-eks

    A Github action for kubectl, the Kubernetes CLI

  • KUBE_CONFIG_DATA: used in kubectl aws eks action

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • amazon-ecr-login

    Logs into Amazon ECR with the local Docker client.

  • ECR_REPOSITORY: used in aws ecr action

  • action-slack-notify

    GitHub Action for sending a notification to a Slack channel

  • After a succeeded deployment, we can use this action to send a notification to Slack.

  • setup-buildx-action

    GitHub Action to set up Docker Buildx

  • But thanks to this action, we can make use of the buildkit CLI to cache Docker layers. Then, in combination with native Github actions cache, we can rely on this cache strategy, thus optimizing build time.

  • buildkit

    concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

  • But thanks to this action, we can make use of the buildkit CLI to cache Docker layers. Then, in combination with native Github actions cache, we can rely on this cache strategy, thus optimizing build time.

  • cache

    Cache dependencies and build outputs in GitHub Actions

  • But thanks to this action, we can make use of the buildkit CLI to cache Docker layers. Then, in combination with native Github actions cache, we can rely on this cache strategy, thus optimizing build time.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ARM vs x86 em Docker

    1 project | dev.to | 5 Apr 2024
  • Show HN: Dockerfile Explorer

    1 project | news.ycombinator.com | 28 Nov 2023
  • Frequent Docker BuildKit cache misses with w/ multi-stage and docker-container

    1 project | /r/docker | 11 Jul 2023
  • A Panic in BuildKit: an Open Source Journey

    1 project | /r/golang | 4 Jul 2023
  • Is it possible to copy files from a manifest in Dockerfile?

    1 project | /r/docker | 11 May 2023