Hi All,

As a initial step to be familiar with Kubernetes, I have set up a
Kubernetes cluster and deployed some sample applications. [1] [2]

In K8s, authorization and authentication happen as two separate steps.
Available authorization implementations are as follows;

   - --authorization-mode=AlwaysDeny
   - --authorization-mode=AlwaysAllow
   - --authorization-mode=ABAC (user configured authorization policy)

Authentication policy basically uses client certificates, tokens or http
basic auth to authenticate users for API calls.

In accessing K8s API, although the provided command line interface is
*kubectl*, in programmatic approach there are several client libraries for
accessing K8s API from several languages. [3]

My initial plan is to connect a LDAP implementation like OpenDS or ApacheDS
with Kubernetes.
Any suggestions are highly appreciated.

Thanks

[1].
http://nishadikirielle.blogspot.com/2016/02/getting-started-with-kubernetes.html
[2].
http://nishadikirielle.blogspot.com/2016/02/kubernetes-at-first-glance.html
[3]. http://kubernetes.io/v1.1/docs/devel/client-libraries.html

-- 
Nishadi Kirielle
*Software Engineering Intern*
Mobile : +94 (0) 714722148
[email protected]
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to