Containers and BPF: twagent storyContainers and BPF: twagent story Andrey Ignatov, Facebook October 28, 2020 1 ● a daemon ● runs on every Facebook server ● manages all Facebook containers ● a part of the bigger TW system, see the0 码力 | 9 页 | 427.42 KB | 1 年前3
A Multithreaded, Transaction-Based Locking Strategy for ContainersA Multithreaded, Transaction-Based Locking Strategy for Containers Bob Steagall CppCon 2020 K E W B C O M P U T I N GCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Overview • Sharing a container STO-based solution • Summary CppCon 2020 - A Multi-threaded, Transaction-Based Locking Strategy for Containers 2Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container • Sometimes a container is easier (?) than ever CppCon 2020 - A Multi-threaded, Transaction-Based Locking Strategy for Containers 3Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container – Avoiding Race Conditions0 码力 | 142 页 | 474.78 KB | 6 月前3
Deploying and ScalingKubernetes with Rancher
ecosystem in the past few years to shape how software is built and deployed. To manage a fleet of containers running microservices, one needs robust cluster management capabilities that can handle scheduling open-sourced them in the Kubernetes project, opening up a powerful tool for running and managing containers at scale. In this eBook, we will review capabilities of Kubernetes, deploy Kubernetes with Rancher applications. Pod A co-located group of containers and their storage is called a pod. For example, it makes sense to have database processes and data containers as close as possible - ideally they should0 码力 | 66 页 | 6.10 MB | 1 年前3
Back to Basics: Classic 9STLCopyright © 2021 Bob Steagall Overview • Rationale • History and design overview • Iterators • Containers • Algorithms 2CppCon 2021 – Back to Basics: Classic STL Copyright © 2021 Bob Steagall Goals Steagall What is "Classic STL?" 4 Language Support Concepts Diagnostics General Utilities Containers Iterators Algorithms Strings Ranges Numerics Time Localization Input/Output Regular Expressions "Classic STL?" • The short answer – containers + iterators + algorithms + some utilities 5 Language Support Concepts Diagnostics Original Utilities Containers Iterators Algorithms Strings Ranges0 码力 | 75 页 | 603.36 KB | 6 月前3
PyTorch Release NotesNGC container registry: ‣ Install Docker. ‣ For NVIDIA DGX™ users, see Preparing to use NVIDIA Containers Getting Started Guide. ‣ For non-DGX users, see NVIDIA ® GPU Cloud ™ (NGC) container registry Guide for more information. The deep learning frameworks, the NGC Docker containers, and the deep learning framework containers are stored in the nvcr.io/nvidia repository. PyTorch RN-08516-001_v23.07 specify the registry, repository, and tags. About this task On a system with GPU support for NGC containers, when you run a container, the following occurs: ‣ The Docker engine loads the image into a container0 码力 | 365 页 | 2.94 MB | 1 年前3
C++23: An Overview of Almost All New and Updated Featuresstd::move_only_function<> std::spanstream std::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection SupportC++23 Core Language6 Agenda std::move_only_function<> std::spanstream std::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection Support7 Explicit Object Parameters std::move_only_function<> std::spanstream std::byteswap() std::to_underlying() Associative Containers Heterogeneous Erasure Removed Features Garbage Collection Support13 if consteval Syntax:0 码力 | 105 页 | 759.96 KB | 6 月前3
openEuler OS Technical Whitepaper
Innovation Projects
(June, 2023)includes dependency management, performance analysis, application compilation, and automatic containers, catering to the needs of developers, supercomputing centers, and scientific research institutes • HPC application containerization is also supported, with automatic connection to Singularity containers. Server 015 openEuler OS Technical White Paper Innovation Projects WayCa Scheduler WayCa unified management of both containers and node OS through Kubernetes, including atomic upgrades and API-based operations. Challenges In cloud-native scenarios, containers and Kubernetes are widely used0 码力 | 116 页 | 3.16 MB | 1 年前3
ubuntu server guidewireguard-vpn-security Security tips 3 wireguard-vpn-troubleshooting Troubleshooting 2 Virtualisation and containers 3 Virtual machines 4 virtualization-qemu QEMU 4 virtualization-multipass Multipass 4 virtualization-uvt ools Virt-manager 4 virtualization-libvirt libvirt and virsh 3 Containers 2 Level Path Navlink 4 containers-lxc LXC 4 containers-lxd LXD 4 docker-for-system-admins Docker for sysadmins 2 Network 3 Level Path Navlink 3 troubleshooting-tls-ssl Troubleshooting TLS/SSL 2 Virtualisation and containers 3 Virtual machines 4 vm-tools-in-the-ubuntu-space VM tools overview 4 using-qemu-for-microvms0 码力 | 486 页 | 3.33 MB | 1 年前3
Kubernetes开源书 - 周立template: metadata: labels: app: nginx spec: 06-理解K8s对象 21 containers: - name: nginx image: nginx:1.7.9 ports: - containerPort: 80 指定该POD的标签 app: mysql # POD副本拥有的标签,需要与RC的selector⼀致 spec: containers: - name: mysql image: mysql ports: - containerPort: 3306 apiVersion: v1 kind: Pod metadata: name: resource-reserver spec: containers: - name: sleep-forever image: gcr.io/google_containers/pause:0.8.0 resources: requests: cpu: 100m0 码力 | 135 页 | 21.02 MB | 1 年前3
Ubuntu Server Guide 18.04program which creates and administers "containers" on a local system. It also provides an API to allow higher level managers, such as LXD, to administer containers. In a sense, one could compare LXC to The LXC API deals with a 'container'. The LXD API deals with 'remotes', which serve images and containers. This extends the LXC functionality over the network, and allows concise management of tasks like and has its own conventions, so that it is best not to use classic LXC commands by hand with LXD containers. This document will focus on how to configure and administer LXD on Ubuntu systems. 5.1. Online0 码力 | 413 页 | 1.40 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
ContainersandBPFtwagentstoryMultithreadedTransactionBasedLockingStrategyforDeployingScalingKuberneteswithRancherBacktoBasicsClassic9STLPyTorchReleaseNotesC++23AnOverviewofAlmostAllNewUpdatedFeaturesopenEulerOSTechnicalWhitepaperInnovationProjectsJune2023ubuntuserverguideKubernetes开源周立UbuntuServerGuide18.04













