eo9c4cz2xcy

nothing to do

https://github.com/keanu2833/eo9c4cz2xcy

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: kEanU2833
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 164 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors Zenodo

README-ckad.md

Certified Kubernetes Application Developer (CKAD)

A curated list of resources that will help you to face your Kubernetes certification. Based in the newest policy about 'Resources Allowed', current list will give preference to those materials coming from the allowed sources kubernetes.io. Others like Youtube videos, blog resources could be referenced in expectional case due to I still found them useful in my k8s learning journey.

Before to start

Ensure you have the right version of Kubernetes documentation selected (e.g. v1.16 as of 20th Nov. 2019 exam) especially for API objects and annotations. This release removes several deprecated API's.

Exam Objectives

These are the exam objectives you review and understand in order to pass the test. The objectives are current as of December 12, 2017.

Core Concepts 13%

Configuration 18%

[Multi-Container Pods] 10%

[Observability] 18%

[Pod Design] 20%

[Services and Networking] 13%

[State Persistence] 8%

Tips:

get familiar with: * kubectl explain * kubectl cheatsheet * When using kubecctl for investigations and troubleshooting utilize the wide output it gives your more details $kubectl get pods -o wide--show-labels--all-namespaces * In kubectl utilizie --all-namespaces to ensure deployments, pods, objects are on the right name space, and right desired state

  • for events and troubleshooting utilize kubectl describe $kubectl describe pods <PODID>
  • the '-o yaml' in conjuction with --dry-run allows you to create a manifest template from an imperative spec, combined with --edit it allows you to modify the object before creation kubectl create service clusterip my-svc -o yaml --dry-run > /tmp/srv.yaml kubectl create --edit -f /tmp/srv.yaml

Owner

  • Login: kEanU2833
  • Kind: user

GitHub Events

Total
  • Push event: 909
  • Create event: 2
Last Year
  • Push event: 909
  • Create event: 2

Dependencies

.github/workflows/server.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
  • aws-actions/configure-aws-credentials v1 composite
Podfile.lock cocoapods
  • JitsiMeetSDK 2.11.0
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
pubspec.lock pub
  • async 2.8.1
  • boolean_selector 2.1.0
  • characters 1.1.0
  • charcode 1.3.1
  • clock 1.1.0
  • cloud_firestore 2.5.4
  • cloud_firestore_platform_interface 5.4.3
  • cloud_firestore_web 2.4.4
  • collection 1.15.0
  • cupertino_icons 1.0.3
  • fake_async 1.2.0
  • ffi 1.1.2
  • file 6.1.2
  • firebase 9.0.2
  • firebase_analytics 8.3.4
  • firebase_analytics_platform_interface 2.0.1
  • firebase_analytics_web 0.3.0+1
  • firebase_auth 3.1.4
  • firebase_auth_platform_interface 6.1.2
  • firebase_auth_web 3.1.3
  • firebase_core 1.8.0
  • firebase_core_platform_interface 4.0.1
  • firebase_core_web 1.1.0
  • flutter 0.0.0
  • flutter_calendar_carousel 2.0.3
  • flutter_test 0.0.0
  • flutter_web_plugins 0.0.0
  • google_sign_in 5.2.0
  • google_sign_in_platform_interface 2.1.0
  • google_sign_in_web 0.10.0+3
  • http 0.13.4
  • http_parser 4.0.0
  • intl 0.17.0
  • js 0.6.3
  • matcher 0.12.10
  • meta 1.7.0
  • nested 1.0.0
  • path 1.8.0
  • path_provider_linux 2.1.0
  • path_provider_platform_interface 2.0.1
  • path_provider_windows 2.0.3
  • platform 3.0.2
  • plugin_platform_interface 2.0.2
  • process 4.2.4
  • provider 6.0.1
  • quiver 3.0.1+1
  • shared_preferences 2.0.8
  • shared_preferences_linux 2.0.2
  • shared_preferences_macos 2.0.2
  • shared_preferences_platform_interface 2.0.0
  • shared_preferences_web 2.0.2
  • shared_preferences_windows 2.0.2
  • sky_engine 0.0.99
  • source_span 1.8.1
  • stack_trace 1.10.0
  • stream_channel 2.1.0
  • string_scanner 1.1.0
  • term_glyph 1.2.0
  • test_api 0.4.2
  • typed_data 1.3.0
  • vector_math 2.1.0
  • win32 2.2.10
  • xdg_directories 0.2.0
requirements.in pypi
  • PyYAML *
  • Werkzeug <1.0
  • argcomplete *
  • boto3 *
  • durationpy *
  • future *
  • hjson *
  • jmespath *
  • kappa ==0.6.0
  • pip >=9.0.1
  • pip-tools *
  • python-dateutil *
  • python-slugify *
  • requests >=2.20.0
  • six *
  • toml *
  • tqdm *
  • troposphere *
  • wheel *
  • wsgi-request-logger *
.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas *
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
docker-compose.yml docker
  • auth-service latest
  • axllent/mailpit latest
  • gateway-service latest
  • hashicorp/consul latest
  • inventory-service latest
  • jaegertracing/jaeger latest
  • mailer-service latest
  • mongo latest
  • mongo-express latest
  • order-service latest
  • payment-service latest
  • product-service latest
  • rabbitmq management
  • redis/redis-stack latest
go.mod go
  • github.com/containerd/containerd v1.5.3
  • github.com/docker/cli v20.10.7+incompatible
  • github.com/docker/docker v20.10.7+incompatible
  • github.com/docker/docker-credential-helpers v0.6.4
  • github.com/fvbommel/sortorder v1.0.2
  • github.com/google/uuid v1.2.0
  • github.com/gorilla/mux v1.8.0
  • github.com/moby/sys/mount v0.2.0
  • github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
  • github.com/morikuni/aec v1.0.0
  • github.com/pkg/errors v0.9.1
  • github.com/sirupsen/logrus v1.8.1
  • github.com/theupdateframework/notary v0.7.0
  • golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
  • google.golang.org/grpc v1.39.0
build.gradle maven
.github/workflows/azure-static-web-apps-white-cliff-0e42aad10.yml actions
  • Azure/static-web-apps-deploy v1 composite
  • actions/checkout v3 composite
  • actions/github-script v6 composite
Cargo.lock cargo
  • 488 dependencies
Cargo.toml cargo
Dockerfile docker
  • openjdk 17-jdk-slim build
  • openjdk 17-jre-slim build
compile-build-date/Cargo.toml cargo
package.json npm
  • @testing-library/jest-dom ^5.16.5 development
  • @testing-library/react ^13.4.0 development
  • @testing-library/user-event ^13.5.0 development
  • react-router-dom ^6.6.2 development
  • react-scripts 5.0.1 development
  • gh-pages ^5.0.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-hash-link ^2.4.3
  • web-vitals ^2.1.4