CloudNativeSecurityCon_2023-MultiServiceNoMesh.pdf

编号:140591 PDF 28页 1,009.97KB 下载积分:VIP专享
下载报告请您先登录!

CloudNativeSecurityCon_2023-MultiServiceNoMesh.pdf

1、Multi-Service Without A MeshEvan AndersonWhy This Talk?Use existing,mature technologies“The hard way”building understanding by building a thingIts not as easy as it should beWe can make it better!Multi-ServiceSo,you want a platform for microservices:What does that mean?Can I just slap someKubernetes

2、 on it?Im not ready for a Service MeshWe Can Do This!IngressDB OperatorDeploymentServiceWhat About Security?Users connect over the internet.Probably need TLS?cert-manager to the rescue!Annotate each resource(Ingress or Gateway)to provision certs If you need other APIs(VirtualService,HTTPProxy,etc)yo

3、ull need to wire up the Certificate resources yourselfEncryption!=SecureWeve ensured that bad people on the internet cant intercept our communications but,they can still connect as normal users!We dont want an Ingress,we want an API Gateway Authentication Rate Limits&DoS protection API Keys/Feature

4、AccessWhat About On-Cluster?NetworkPolicy allows us to enforce L4(TCP)firewall rules If our CNI implements itSome CNI implementations also implement encryption?Service IdentityWe also want to be able to control which services are exposed to which peers.Even over REST and gRPC!We need a way to identi

5、fy callersin a dynamic network environmentCan we use ServiceAccountsfor this?CRUDOrdersReadAddressesCRUDAddressesServiceAccounts to the RescueKubernetes automatically mounts an OpenID token for the Pods ServiceAccount into the pod unless you setautomountServiceAccountToken:falseon the service accoun

6、t.You can use this token to prove your apps identity.DONT DO THISThat is a bearer token anyone who has it can authenticate to the apiserver as the ServiceAccount in question!Token Projection for IdentityEnter Service Account Projection!Allows applications to mount an OpenID Connecttoken correspondin

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(CloudNativeSecurityCon_2023-MultiServiceNoMesh.pdf)为本站 (2200) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠