18%
05.12.2016
], Calico [19], Canal [20], and Open vSwitch [21].
The API server lets you read the details of the services with the kubectl get service command, which connects the services with a load balancer [22
18%
07.01.2013
plugin for Amazon Simple Storage Service (Amazon S3)
20 - sftp plugin for SSH File Transfer Protocol
21 - ebs plugin for Elastic Block Storage
22 - local plugin for Local file system
23
18%
14.08.2017
to manage them disappeared.
Container Linux ruthlessly replaces the entire /usr directory instead of individual files (Figure 3). The main work is handled by Linux containers à la Docker [20], or Rkt [21
18%
19.05.2014
the 2010 time frame. This corresponds to about version 2.2 of SSHFS, which is from 2008. SSHFS is now up to version 2.5, which was released on January 14, 2014; however, testing I’ve done hasn’t revealed any
18%
15.04.2013
standard. In October of 2012, the winner was chosen: the Keccak algorithm, which was developed by a team of Belgian scientists. This is the second competition of this type: The symmetrical encryption
18%
26.01.2025
the required cluster in just a few minutes. The following example assumes that all commands are run on Ubuntu 22.04, but most of the commands will probably work on other distributions with just a few minor
18%
09.04.2019
:
18 - "blog.datadoc.info"
19 ---
20 apiVersion: networking.istio.io/v1alpha3
21 kind: VirtualService
22 metadata:
23 name: wordpress
24 spec:
25 hosts:
26 - "blog.datadoc.info"
27 gateways
18%
14.03.2013
Schneier's blog entry: http://www.schneier.com/blog/archives/2012/09/sha-3_will_be_a.html
Talk at 25C3 about spoofed MD5 signatures: http://media.ccc.de/browse/congress/2008/25c3-3023-en
18%
16.05.2013
, one-time passwords, or both. Certificate-based two-factor authentication typically uses digital PKI certificates based on the X.509 standard. These are typically stored on a hardware certificate storage
18%
04.08.2020
21 # The name and age of the persons who know the person with ID 1:
22 gremlin> g.V(1).outE('knows').inV().valueMap('name', 'age')
23 ==>[name:[vadas],age:[27]]
24 ==>[name:[josh],age:[32]]
25
26