3.0.0-dev.31 • Published 2 years ago

kong-core v3.0.0-dev.31

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

kong-core

NPM version PyPI version

Downloads npm PyPI

Use this Kong CDK Construct Library to deploy Core common infrastructural constructs .

This CDK library automatically creates and configures recommended architecture on AWS by:

  • Amazon EKS

    • Well architected EKS cluster from networking standpoint
    • Cluster autoscaler
    • Node termination handler
    • Secrets management from AWS Secrets Manager using CSI driver
    • mTLS using AWS ACM for pod to pod communication using private certificate authority and aws-pca-issuer
    • Use of IAM Role for Service Account (IRSA) where applicable
    • AWS EKS encryption at rest
    • Metrics server installation
    • Logs and metrics to cloudwatch using AWS CloudWatch Container insights
  • Elasticache

    • private accessibility
    • multi az
    • auto failover
    • auto minor version upgrade
    • cwl output
  • RDS Features

    • Encryption at rest
    • Private subnets
    • Multiaz
    • auto backup
    • Logs output to CloudWatch

npm Package Installation:

yarn add --dev kong-core
# or
npm install kong-core --save-dev

PyPI Package Installation:

pip install kong-core

Sample

Try out https://github.com/kong/aws-samples for the complete sample application and instructions.

Resources to learn about CDK

Related

Kong on AWS Hands on Workshop - https://kong.awsworkshop.io/

Useful commands

  • rm -rf node_modules && rm package.json && rm package-lock.json && rm yarn.lock && rm tsconfig.dev.json cleans the directory
  • npm install projen installs projen
  • npx projen build Test + Compile + Build JSII packages
  • npx projen watch compile and run watch in background
  • npm run test perform the jest unit tests

    Tips

  • Use a locked down version of constructs and aws-cdk-lib. Even with CDK V2 i saw https://github.com/aws/aws-cdk/issues/542 repeating when there is minor version mismatch of construcs. AWS CDK init commands generate package.json file without locked down version of constructs library.

3.0.0-dev.29

2 years ago

3.0.0-dev.28

2 years ago

3.0.0-dev.27

2 years ago

3.0.0-dev.26

2 years ago

3.0.0-dev.31

2 years ago

3.0.0-dev.30

2 years ago

3.0.0-dev.19

2 years ago

3.0.0-dev.18

2 years ago

3.0.0-dev.17

2 years ago

3.0.0-dev.16

2 years ago

3.0.0-dev.15

2 years ago

3.0.0-dev.14

2 years ago

3.0.0-dev.13

2 years ago

3.0.0-dev.12

2 years ago

3.0.0-dev.11

2 years ago

3.0.0-dev.10

2 years ago

3.0.0-dev.8

2 years ago

3.0.0-dev.25

2 years ago

3.0.0-dev.7

2 years ago

3.0.0-dev.24

2 years ago

3.0.0-dev.23

2 years ago

3.0.0-dev.9

2 years ago

3.0.0-dev.4

2 years ago

3.0.0-dev.3

2 years ago

3.0.0-dev.6

2 years ago

3.0.0-dev.5

2 years ago

3.0.0-dev.0

2 years ago

3.0.0-dev.1

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

3.0.0-dev.22

2 years ago

3.0.0-dev.21

2 years ago

3.0.0-dev.20

2 years ago

2.0.17

2 years ago

2.0.5

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago