v6deigetyy

nothing to do

https://github.com/jfbxf7/v6deigetyy

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: jFBXF7
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 406 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 Notice Copyright Cla

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: jFBXF7
  • Kind: user

GitHub Events

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

Dependencies

.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 ==2.2.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
Dockerfile docker
  • node 12-alpine build
go.mod go
  • contrib.go.opencensus.io/exporter/prometheus v0.4.1
  • cosmossdk.io/errors v1.0.0-beta.7
  • cosmossdk.io/math v1.0.1
  • github.com/BurntSushi/toml v1.3.2
  • github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
  • github.com/beorn7/perks v1.0.1
  • github.com/btcsuite/btcd/btcec/v2 v2.3.2
  • github.com/cespare/xxhash v1.1.0
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/cometbft/cometbft v0.37.1
  • github.com/cometbft/cometbft-db v0.7.0
  • github.com/confio/ics23/go v0.9.0
  • github.com/cosmos/btcutil v1.0.5
  • github.com/cosmos/cosmos-proto v1.0.0-beta.2
  • github.com/cosmos/cosmos-sdk v0.47.3
  • github.com/cosmos/gogoproto v1.4.10
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/davecgh/go-spew v1.1.1
  • github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0
  • github.com/dgraph-io/badger/v2 v2.2007.4
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
  • github.com/docker/go-units v0.5.0
  • github.com/dustin/go-humanize v1.0.1
  • github.com/emicklei/go-restful/v3 v3.9.0
  • github.com/fatih/color v1.15.0
  • github.com/filecoin-project/go-jsonrpc v0.3.1
  • github.com/fsnotify/fsnotify v1.6.0
  • github.com/gbrlsnchs/jwt/v3 v3.0.1
  • github.com/go-kit/kit v0.12.0
  • github.com/go-kit/log v0.2.1
  • github.com/go-logfmt/logfmt v0.5.1
  • github.com/go-logr/logr v1.2.3
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.1
  • github.com/go-openapi/swag v0.22.3
  • github.com/go-sql-driver/mysql v1.6.0
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/glog v1.1.0
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/golang/protobuf v1.5.3
  • github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
  • github.com/google/btree v1.1.2
  • github.com/google/gnostic v0.5.7-v3refs
  • github.com/google/go-cmp v0.5.9
  • github.com/google/gofuzz v1.2.0
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/gorilla/websocket v1.5.0
  • github.com/gtank/merlin v0.1.1
  • github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
  • github.com/hashicorp/hcl v1.0.0
  • github.com/icza/backscanner v0.0.0-20230330133933-bf6beb754c70
  • github.com/imdario/mergo v0.3.13
  • github.com/inconshreveable/mousetrap v1.0.1
  • github.com/ipfs/go-cid v0.4.1
  • github.com/ipfs/go-datastore v0.6.0
  • github.com/ipfs/go-ds-leveldb v0.5.0
  • github.com/ipfs/go-ds-measure v0.2.0
  • github.com/ipfs/go-fs-lock v0.0.7
  • github.com/ipfs/go-ipfs-util v0.0.2
  • github.com/ipfs/go-log/v2 v2.5.1
  • github.com/ipfs/go-metrics-interface v0.0.1
  • github.com/jbenet/goprocess v0.1.4
  • github.com/jmhodges/levigo v1.0.0
  • github.com/jmoiron/sqlx v1.3.5
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/kelseyhightower/envconfig v1.4.0
  • github.com/klauspost/compress v1.16.3
  • github.com/klauspost/cpuid/v2 v2.2.4
  • github.com/libp2p/go-buffer-pool v0.1.0
  • github.com/magefile/mage v1.9.0
  • github.com/magiconair/properties v1.8.6
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.18
  • github.com/matttproud/golang_protobuf_extensions v1.0.4
  • github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0
  • github.com/minio/sha256-simd v1.0.1-0.20230130105256-d9c3aea9e949
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/mr-tron/base58 v1.2.0
  • github.com/multiformats/go-base32 v0.1.0
  • github.com/multiformats/go-base36 v0.2.0
  • github.com/multiformats/go-multiaddr v0.10.0
  • github.com/multiformats/go-multibase v0.2.0
  • github.com/multiformats/go-multihash v0.2.1
  • github.com/multiformats/go-varint v0.0.7
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/pelletier/go-toml v1.9.5
  • github.com/pelletier/go-toml/v2 v2.0.7
  • github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/prometheus/client_golang v1.14.0
  • github.com/prometheus/client_model v0.3.0
  • github.com/prometheus/common v0.42.0
  • github.com/prometheus/procfs v0.9.0
  • github.com/prometheus/statsd_exporter v0.21.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/sasha-s/go-deadlock v0.3.1
  • github.com/spaolacci/murmur3 v1.1.0
  • github.com/spf13/afero v1.9.2
  • github.com/spf13/cast v1.5.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/jwalterweatherman v1.1.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.14.0
  • github.com/stretchr/testify v1.8.2
  • github.com/subosito/gotenv v1.4.1
  • github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
  • github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
  • github.com/tendermint/go-amino v0.16.0
  • github.com/urfave/cli/v2 v2.25.7
  • github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
  • go.etcd.io/bbolt v1.3.7
  • go.opencensus.io v0.24.0
  • go.uber.org/atomic v1.10.0
  • go.uber.org/dig v1.17.0
  • go.uber.org/fx v1.20.0
  • go.uber.org/goleak v1.1.12
  • go.uber.org/multierr v1.11.0
  • go.uber.org/zap v1.24.0
  • go4.org v0.0.0-20200411211856-f5505b9728dd
  • golang.org/x/crypto v0.9.0
  • golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sys v0.8.0
  • golang.org/x/term v0.8.0
  • golang.org/x/text v0.9.0
  • golang.org/x/time v0.0.0-20220609170525-579cf78fd858
  • golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
  • google.golang.org/grpc v1.55.0
  • google.golang.org/protobuf v1.30.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.27.3
  • k8s.io/apimachinery v0.27.3
  • k8s.io/client-go v0.27.3
  • k8s.io/klog/v2 v2.90.1
  • k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
  • k8s.io/metrics v0.27.3
  • k8s.io/utils v0.0.0-20230209194617-a36077c30491
  • lukechampine.com/blake3 v1.1.7
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
  • sigs.k8s.io/yaml v1.3.0
build.gradle maven
code/Flink/flink-basis-java/pom.xml maven
  • org.apache.flink:flink-java 1.9.0 provided
  • org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
  • org.projectlombok:lombok 1.18.10 provided
  • log4j:log4j 1.2.17
  • org.slf4j:slf4j-log4j12 1.7.7
pom.xml maven
  • javax.xml.bind:jaxb-api 2.3.1
client/package.json npm
  • @testing-library/jest-dom ^5.11.4
  • @testing-library/react ^11.1.0
  • @testing-library/user-event ^12.1.10
  • react ^17.0.2
  • react-dom ^17.0.2
  • react-scripts 4.0.3
  • socket.io-client ^4.1.2
  • web-vitals ^1.0.1
package-lock.json npm
  • @aashutoshrathi/word-wrap 1.2.6 development
  • @eslint-community/eslint-utils 4.4.0 development
  • @eslint-community/regexpp 4.10.0 development
  • @eslint/eslintrc 2.1.4 development
  • @eslint/js 8.57.0 development
  • @humanwhocodes/config-array 0.11.14 development
  • @humanwhocodes/module-importer 1.0.1 development
  • @humanwhocodes/object-schema 2.0.3 development
  • @nodelib/fs.scandir 2.1.5 development
  • @nodelib/fs.stat 2.0.5 development
  • @nodelib/fs.walk 1.2.8 development
  • @ungap/structured-clone 1.2.0 development
  • acorn 8.11.3 development
  • acorn-jsx 5.3.2 development
  • ajv 6.12.6 development
  • ansi-regex 5.0.1 development
  • ansi-styles 4.3.0 development
  • argparse 2.0.1 development
  • balanced-match 1.0.2 development
  • brace-expansion 1.1.11 development
  • callsites 3.1.0 development
  • chalk 4.1.2 development
  • color-convert 2.0.1 development
  • color-name 1.1.4 development
  • concat-map 0.0.1 development
  • cross-spawn 7.0.3 development
  • debug 4.3.4 development
  • deep-is 0.1.4 development
  • doctrine 3.0.0 development
  • escape-string-regexp 4.0.0 development
  • eslint 8.57.0 development
  • eslint-scope 7.2.2 development
  • eslint-visitor-keys 3.4.3 development
  • espree 9.6.1 development
  • esquery 1.5.0 development
  • esrecurse 4.3.0 development
  • estraverse 5.3.0 development
  • esutils 2.0.3 development
  • fast-deep-equal 3.1.3 development
  • fast-json-stable-stringify 2.1.0 development
  • fast-levenshtein 2.0.6 development
  • fastq 1.15.0 development
  • file-entry-cache 6.0.1 development
  • find-up 5.0.0 development
  • flat-cache 3.0.4 development
  • flatted 3.2.7 development
  • fs.realpath 1.0.0 development
  • glob 7.2.3 development
  • glob-parent 6.0.2 development
  • globals 13.24.0 development
  • graphemer 1.4.0 development
  • has-flag 4.0.0 development
  • ignore 5.3.1 development
  • import-fresh 3.3.0 development
  • imurmurhash 0.1.4 development
  • inflight 1.0.6 development
  • inherits 2.0.4 development
  • is-extglob 2.1.1 development
  • is-glob 4.0.3 development
  • is-path-inside 3.0.3 development
  • isexe 2.0.0 development
  • js-yaml 4.1.0 development
  • json-schema-traverse 0.4.1 development
  • json-stable-stringify-without-jsonify 1.0.1 development
  • levn 0.4.1 development
  • locate-path 6.0.0 development
  • lodash.merge 4.6.2 development
  • minimatch 3.1.2 development
  • ms 2.1.2 development
  • natural-compare 1.4.0 development
  • once 1.4.0 development
  • optionator 0.9.3 development
  • p-limit 3.1.0 development
  • p-locate 5.0.0 development
  • parent-module 1.0.1 development
  • path-exists 4.0.0 development
  • path-is-absolute 1.0.1 development
  • path-key 3.1.1 development
  • pnpm 8.4.0 development
  • prelude-ls 1.2.1 development
  • punycode 2.3.1 development
  • queue-microtask 1.2.3 development
  • resolve-from 4.0.0 development
  • reusify 1.0.4 development
  • rimraf 3.0.2 development
  • run-parallel 1.2.0 development
  • shebang-command 2.0.0 development
  • shebang-regex 3.0.0 development
  • strip-ansi 6.0.1 development
  • strip-json-comments 3.1.1 development
  • supports-color 7.2.0 development
  • text-table 0.2.0 development
  • type-check 0.4.0 development
  • type-fest 0.20.2 development
  • typescript 5.0.4 development
  • uri-js 4.4.1 development
  • which 2.0.2 development
  • wrappy 1.0.2 development
  • yocto-queue 0.1.0 development
package.json npm
  • @material-ui/core ^4.9.7
  • @material-ui/icons ^4.9.1
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.3.2
  • @testing-library/user-event ^7.1.2
  • antd ^4.1.4
  • bootstrap ^4.4.1
  • concurrently ^5.1.0
  • cors ^2.8.5
  • express ^4.17.1
  • faker ^4.1.0
  • nodemon ^2.0.2
  • react ^16.13.1
  • react-bootstrap ^1.0.0
  • react-css-grid ^2.0.0-0
  • react-dom ^16.13.1
  • react-flexbox-grid ^2.1.2
  • react-grid-layout ^0.18.3
  • react-grid-system ^6.3.0
  • react-native ^0.62.1
  • react-router ^5.1.2
  • react-router-dom ^5.1.2
  • react-scripts 3.4.1
  • reactstrap ^8.4.1
  • socket.io ^2.3.0
  • socket.io-client ^2.3.0
  • standard ^14.3.3
  • xss ^1.0.8