demo-aws-fargate-docker-kubernetes

Demo AWS Fargate with Docker and Kubernetes

https://github.com/joelparkerhenderson/demo-aws-fargate-docker-kubernetes

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

Demo AWS Fargate with Docker and Kubernetes

Basic Info
  • Host: GitHub
  • Owner: joelparkerhenderson
  • Default Branch: master
  • Size: 1000 Bytes
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

Demo AWS Fargate with Docker and Kubernetes

macOS

Install Docker:

sh $ brew install docker docker-machine $ brew cask install virtualbox $ docker-machine create --driver virtualbox default $ docker-machine env default $ eval "$(docker-machine env default)" $ docker run hello-world $ docker-machine stop default

Follow: https://docs.docker.com/get-started/

Kube pod

Create:

sh $ kubectl apply -f pod.yaml pod/demo created

Verify:

sh $ kubectl get pods NAME READY STATUS RESTARTS AGE demo 1/1 Running 0 81s

Look at logs:

sh $ kubectl logs demo PING 8.8.8.8 (8.8.8.8): 56 data bytes

Delete:

sh $ kubectl delete -f pod.yaml pod "demo" deleted

Credits

Owner

  • Name: Joel Parker Henderson
  • Login: joelparkerhenderson
  • Kind: user
  • Location: California

Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Demo AWS Fargate with Docker and Kubernetes
message: >-
  If you use this work and you want to cite it,
  then you can use the metadata from this file.
type: software
authors:
  - given-names: Joel Parker
    family-names: Henderson
    email: joel@joelparkerhenderson.com
    affiliation: joelparkerhenderson.com
    orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
  - type: url
    value: 'https://github.com/joelparkerhenderson/demo-aws-fargate-docker-kubernetes/'
    description: Demo AWS Fargate with Docker and Kubernetes
repository-code: 'https://github.com/joelparkerhenderson/demo-aws-fargate-docker-kubernetes/'
abstract: >-
  Demo AWS Fargate with Docker and Kubernetes
license: See license file

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 2
  • Total Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Joel Parker Henderson j****l@j****m 2
Committer Domains (Top 20 + Academic)