containers-roadmap | public roadmap for AWS container services | AWS library

 by   aws Shell Version: Current License: Non-SPDX

kandi X-RAY | containers-roadmap Summary

kandi X-RAY | containers-roadmap Summary

containers-roadmap is a Shell library typically used in Cloud, AWS, Docker applications. containers-roadmap has no bugs, it has no vulnerabilities and it has medium support. However containers-roadmap has a Non-SPDX License. You can download it from GitHub.

This is the public roadmap for AWS Container services. Knowing about our upcoming products and priorities helps our customers plan. This repository contains information about what we are working on and allows all AWS customers to give direct feedback.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              containers-roadmap has a medium active ecosystem.
              It has 4947 star(s) with 310 fork(s). There are 723 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1217 open issues and 777 have been closed. On average issues are closed in 629 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of containers-roadmap is current.

            kandi-Quality Quality

              containers-roadmap has 0 bugs and 0 code smells.

            kandi-Security Security

              containers-roadmap has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              containers-roadmap code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              containers-roadmap has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              containers-roadmap releases are not available. You will need to build from source code and install.
              It has 1102 lines of code, 0 functions and 3 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of containers-roadmap
            Get all kandi verified functions for this library.

            containers-roadmap Key Features

            No Key Features are available at this moment for containers-roadmap.

            containers-roadmap Examples and Code Snippets

            No Code Snippets are available at this moment for containers-roadmap.

            Community Discussions

            QUESTION

            Using BPF based tracing tools in ECS
            Asked 2021-Dec-10 at 22:19

            Fairly recently I started learning BPF tools and have used them quite a bit on my own workstation as a debugging aid. However, I would like to start using them in production for better visibility into production issues. Our workloads run in AWS ECS. It seems like using the tools is not possible on Fargate:

            https://github.com/aws/containers-roadmap/issues/1027

            What would be the requirement to get the tools properly working in ECS if using your own EC2 cluster? Can I use e.g. an Alpine Linux image or would I need to base the image on the precise kernel build used in the EC2 hosts? Anyone have experiences to share?

            ...

            ANSWER

            Answered 2021-Dec-10 at 22:19

            Disclaimer, I don't have personal experience with eBPF on AWS ECS, however I have some experience with eBPF requirements since I maintain a loader library.

            In general to use eBPF you need:

            • A linux kernel which is compiled with BPF support and the BPF features you want to use.
            • Having the the CAP_SYS_ADMIN capability on kernel versions lower than 5.8 or the CAP_BPF capability on kernel versions 5.8 and above (CAP_SYS_ADMIN will still work, but gives you much more than just BPF access).
            • Depending on which tools you want to use you might need extra capabilities like CAP_PERFMON to use perf features(uprobe, kprobe, tracepoint) (or CAP_SYS_ADMIN on kernel versions below 5.8)

            Using eBPF within a container should not be an issue since containers share the same kernel with the host(containers are just isolated processes on the host).

            But since eBPF allows you to probe the kernel this obviously breaks the isolation of the container, and giving CAP_SYS_ADMIN to a container also basically gives it full root access, so security is a challenge(unless you are just using it in development, in which case you can just make your container privileged). That is the reason you won't see eBPF enabled on shared hardware(if things are configured properly).

            Source https://stackoverflow.com/questions/70296248

            QUESTION

            How to set node taints using Terraform for Amazon EKS
            Asked 2020-Aug-28 at 14:25

            I am building an AWS EKS cluster using this Terraform provider. However, I can't find a way to apply node taints to managed node groups or worker groups. This issue and its resolution seem to suggest that this is not possible. Is there any way to do this?

            ...

            ANSWER

            Answered 2020-Aug-28 at 14:25

            In the Terraform script for that provider, you can add the following to a worker group:

            (in main.tf)

            Source https://stackoverflow.com/questions/63635726

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install containers-roadmap

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/aws/containers-roadmap.git

          • CLI

            gh repo clone aws/containers-roadmap

          • sshUrl

            git@github.com:aws/containers-roadmap.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular AWS Libraries

            localstack

            by localstack

            og-aws

            by open-guides

            aws-cli

            by aws

            awesome-aws

            by donnemartin

            amplify-js

            by aws-amplify

            Try Top Libraries by aws

            aws-cli

            by awsPython

            aws-cdk

            by awsTypeScript

            chalice

            by awsPython

            amazon-sagemaker-examples

            by awsJupyter Notebook