donaldsebleung-com VS k8s-intro-eks

Compare donaldsebleung-com vs k8s-intro-eks and see what are their differences.

donaldsebleung-com

My personal website reinstated, this time written in Spring (by DonaldKellett)

k8s-intro-eks

Assets for the "Introduction to Kubernetes with Amazon EKS" article on Dev.to (by DonaldKellett)
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
donaldsebleung-com k8s-intro-eks
1 1
1 0
- -
1.7 6.2
about 2 years ago over 2 years ago
CSS Dockerfile
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

donaldsebleung-com

Posts with mentions or reviews of donaldsebleung-com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-31.
  • Introduction to Kubernetes with Amazon EKS
    7 projects | dev.to | 31 Dec 2021
    FROM ubuntu:focal RUN apt-get update && apt-get install -y wget patch openjdk-11-jdk RUN wget https://github.com/DonaldKellett/donaldsebleung-com/archive/refs/tags/v0.2.0.tar.gz && tar xvf v0.2.0.tar.gz && rm v0.2.0.tar.gz RUN mv donaldsebleung-com-0.2.0 /app WORKDIR /app COPY index.patch . RUN patch -p0 < index.patch RUN ./mvnw package CMD ["/usr/bin/java", "-jar", "/app/target/personal-website-0.0.1-SNAPSHOT.jar"]

k8s-intro-eks

Posts with mentions or reviews of k8s-intro-eks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-31.

What are some alternatives?

When comparing donaldsebleung-com and k8s-intro-eks you can also consider the following projects:

Ward - Server dashboard

aws-load-balancer-controller - A Kubernetes controller for Elastic Load Balancers

cert-manager - Automatically provision and manage TLS certificates in Kubernetes

kubernetes - Production-Grade Container Scheduling and Management

compose-spec - The Compose specification

eksctl - The official CLI for Amazon EKS

kind - Kubernetes IN Docker - local clusters for testing Kubernetes